ssg / SimpleBase

.NET library for encoding/decoding Base16, Base32, Base58 and Base85.
Apache License 2.0
147 stars 21 forks source link

does this project support Checked Encoding? #5

Closed sgf closed 6 years ago

sgf commented 6 years ago

does this project support Checked Encoding?

ye,check the Encoded String if valid.

ssg commented 6 years ago

it raises exception on invalid content. you can catch it to validate.