Module
Crypto.Subtle.Key.Wrap
- Package
- purescript-subtlecrypto
- Repository
- athanclark/purescript-subtlecrypto
#wrapKey Source
wrapKey :: ExternalFormat -> CryptoKey -> CryptoKey -> EncryptAlgorithm -> Aff ArrayBuffer
#unwrapKey Source
unwrapKey :: ExternalFormat -> ArrayBuffer -> CryptoKey -> EncryptAlgorithm -> ImportAlgorithm -> Boolean -> Array CryptoKeyUsage -> Aff (Maybe CryptoKey)