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
CreateCipher can load a previously created secret key, or we can remove CreateSecretKey and do both operations in CreateCipher.
We might either add different fields for different cipher types (cipher.AEAD, cipher.Block, cipher.BlockMode, cipher.Stream) or use something like crypto11.SecretKey
The text was updated successfully, but these errors were encountered:
Description
Some KMS will support symmetric ciphers PKCS#11 is one of them.
We will probably need to add something like:
CreateCipher can load a previously created secret key, or we can remove CreateSecretKey and do both operations in CreateCipher.
We might either add different fields for different cipher types (cipher.AEAD, cipher.Block, cipher.BlockMode, cipher.Stream) or use something like crypto11.SecretKey
The text was updated successfully, but these errors were encountered: