KotlinCrypto / hash

Cryptographic hash functions for Kotlin Multiplatform
Apache License 2.0
58 stars 5 forks source link

Add constructors for configuring non-default output byte length #39

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Closes #33

This PR adds to all SHA3 XOF Digests the ability to express a non-default output length (i.e. digestLength) configuration via constructor argument expression.