KotlinCrypto / hash

Cryptographic hash functions for Kotlin Multiplatform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digest implementations `copy` function should be protected

05nelsonm opened this issue · comments

Implementations of Digest have copy(state: DigestState) visibility set to public. This should be protected. Not a big deal as there is no way to obtain DigestState outside of calling Digest.copy(), so.