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
secrecy: make integer primitive SecretSlices cloneable (#1236)
Impls `Clone` for `SecretSlice` when the `S` generic type is
`CloneableSecret + Zeroize`.
As originally requested in #1070, also marks the integer primitive types
as `CloneableSecret`, which makes it possible to clone a
`SecretSlice<u8>`.
Closes#1233
0 commit comments