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
Currently hkdf_extract always requires salt, but in some cases (such as the lake-authz draft) the salt is empty. This issue aims at modifying hkdf_extract to work with or without a salt.
The text was updated successfully, but these errors were encountered:
Currently
hkdf_extract
always requires salt, but in some cases (such as the lake-authz draft) the salt is empty. This issue aims at modifyinghkdf_extract
to work with or without a salt.The text was updated successfully, but these errors were encountered: