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
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
When hashing, accept a comma-delimited list for Algorithm and randomly select which one to use.
Setting Algorithm to "random" should be equivalent to listing all implemented algorithms (excluding any known to be insecure).
This makes it easier for applications to use multiple algorithms, limiting the potential impact if a flaw is found in any particular algorithm.
TBD is how to handle AlgorithmParams - all keys in one struct (requires the params to be exclusive), or as array/struct containing a struct per algorithm.