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 unit test to check encoding/decoding of random data #94

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

A Unit test should be added to all implementations that checks a copious amount of random data to ensure that, when encoded and then decoded, the original bytes match.