package
0.1.0-alpha.1
Repository: https://github.com/armortal/webcrypto-go.git
Documentation: pkg.go.dev
# Structs
No description provided by the author
HashedImportParams implements the RsaHashedImportParams dictionary specification at §20.7 (https://www.w3.org/TR/WebCryptoAPI/#RsaHashedImportParams-dictionary).
HashedKeyAlgorithm implements the RsaHashedKeyAlgorithm dictionary specification at §20.6 (https://www.w3.org/TR/WebCryptoAPI/#RsaHashedKeyAlgorithm-dictionary).
HashedKeyGenParams is the model of the dictionary specificationn at §20.4 (https://www.w3.org/TR/WebCryptoAPI/#RsaHashedKeyGenParams-dictionary).
KeyAlgorithm is the implementation of the dictionary specificationn at §20.5 (https://www.w3.org/TR/WebCryptoAPI/#RsaKeyAlgorithm-dictionary).
KeyGenParams is the model of the dictionary specificationn at §20.3 (https://www.w3.org/TR/WebCryptoAPI/#RsaKeyGenParams-dictionary).
OaepParams implements the RsaOaepParams dictionary specification at §22.3 https://www.w3.org/TR/WebCryptoAPI/#dfn-RsaOaepParams.