Files
Odin/core/crypto/legacy
Yawning Angel 00ab3beed9 core:crypto/hash: Add a generic higher level hash interface
There is a lot of code duplicated in convenience methods in each hash
implementation, and having a generic hash type makes implementing
higher-level constructs such as HMAC significantly easier down the road.
2024-02-07 00:37:18 +09:00
..

crypto/legacy

These are algorithms that are shipped solely for the purpose of interoperability with legacy systems. The use of these packages in any other capacity is discouraged, especially those that are known to be broken.