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
- Blake2 is popular fast hash. blake2b focuses on 64-bit platforms while blake2s is for 8-bit to 32-bit ones. See [RFC 7693](https://datatracker.ietf.org/doc/html/rfc7693), [Website](https://www.blake2.net)
236
227
- Blake3 is faster, reduced-round blake2. See [Website & specs](https://blake3.io)
237
228
238
-
#### sha1: legacy hash
229
+
#### sha1
239
230
240
-
SHA1 was cryptographically broken, however, it was not broken for cases like HMAC.
231
+
SHA1 is legacy hash, which was cryptographically broken, however, it was not broken for cases like HMAC.
241
232
242
233
See [RFC4226 B.2](https://datatracker.ietf.org/doc/html/rfc4226#appendix-B.2).
0 commit comments