Module
Crypto.Subtle.Key.Import
- Package
- purescript-yoga-subtlecrypto
- Repository
- rowtype-yoga/purescript-yoga-subtlecrypto
#ImportAlgorithm Source
data ImportAlgorithm
#rsa Source
rsa :: RSAAlgorithm -> HashingFunction -> ImportAlgorithm
#ec Source
ec :: ECAlgorithm -> ECCurve -> ImportAlgorithm
#aes Source
aes :: AESAlgorithm -> ImportAlgorithm