Replies: 1 comment 2 replies
-
Bls12 is a ZST, so hashing it does nothing. It likely supports
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why was it chosen for
Bls12
to implementHash
? It seems to me thatHash
doesn't suppose a cryptographic function and mostly used forHashMap
and such things; while cryptohash are defined by something likeDigest
trait.Beta Was this translation helpful? Give feedback.
All reactions