KotlinCrypto/hash

Rename `Sha2` digest abstractions

05nelsonm opened this issue · 0 comments

Current naming convention is Sha2IntDigest and Sha2LongDigest. This should be renamed to Bit32Digest and Bit64Digest, respectively. Module names should also be updated to sha2-digest-32 and sha2-digest-64, respectively.

There will be a refactor of these digests to use BigEdian when performing bitwise operations for performance purposes, so it makes sense now name them appropriately now while unrelease.