Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

native/std: add base58Check* methods #1977

Merged
merged 1 commit into from
May 25, 2021
Merged

Conversation

fyrchik
Copy link
Contributor

@fyrchik fyrchik commented May 25, 2021

Close #1974 .

There is a possible bug: CheckEncode appends to the provided slice directly, which bothers me a bit. However I haven't found ways to exploit this because it returns new slice and all our buffer opcodes return new slice too.

@roman-khimov roman-khimov merged commit 8a55bd5 into master May 25, 2021
@roman-khimov roman-khimov deleted the interop-base58check branch May 25, 2021 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Base58CheckEncode and Base58CheckDecode
2 participants