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
My idea was to use the appropriate SecretKey type instead of storing GenericArrays everywhere. I believe this would be better anyway, because conversion isn't free (it's very cheap though) and any checking is now guaranteed in the type and can now be handled during serialization and creation.
These
unwrap
s have to be removed.My idea was to use the appropriate
SecretKey
type instead of storingGenericArray
s everywhere. I believe this would be better anyway, because conversion isn't free (it's very cheap though) and any checking is now guaranteed in the type and can now be handled during serialization and creation.Originally posted by @daxpedda in #250 (comment)
The text was updated successfully, but these errors were encountered: