05nelsonm / encoding

A Kotlin Multiplatform library for configurable, streamable, efficient and extensible Encoding/Decoding with support for base16/32/64.
Apache License 2.0
33 stars 5 forks source link

Add random data encode/decode test #95

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Closes #94

Adds a test for all implementations which encodes a copious amount of random bytes, decodes what was encoded, and then verifies that each byte of the decoded output matches the original bytes.