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
The .hash_algo attribute only accepts a very limited number of hash algorithm names. It should accept a wider range - possibly anything the underlying crypto will support. In particular sha384 should be supported as it is required by CNSA. (sha384 works if you bypass the the check in the setter method)
The text was updated successfully, but these errors were encountered:
The
.hash_algo
attribute only accepts a very limited number of hash algorithm names. It should accept a wider range - possibly anything the underlying crypto will support. In particular sha384 should be supported as it is required by CNSA. (sha384 works if you bypass the the check in the setter method)The text was updated successfully, but these errors were encountered: