You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current spec of babyfrost, blake2b is used instead of blake512, which is kind of inconsistent (while correct) with ed25519 rfc: it is weird to use two different hash functions there.
In the current spec of babyfrost, blake2b is used instead of blake512, which is kind of inconsistent (while correct) with ed25519 rfc: it is weird to use two different hash functions there.
Fix: only import and use blake512, no blake2b