Brr_webcrypto.Crypto_algoSourceAlgorithm interface and subtypes.
Note. In algorithm objects properties with BufferSources often occur. This brings a bit of complexity for accessors so we require and return Brr.Tarray.Buffer.t for these (it also means the accessor are type unsafe on objects not generated by these modules).
The type for big integers. Holds an arbitrary magnitude integer in big endian order.
The type for the Algorithm objects.
The name for RSASSA-PKCS1-v1_5.
RSA key generation parameters.
RSA key import parameters.
RSA-PSS parameters.
RSA-OAEP parameters.
ECDSA key generation parameters.
ECDSA key import parameters.
ECDSA signing parameters.
ECDH key derivation parameters.
AES key generation paramaters
AES encryption parameters.
AES CBC encryption parameters.
AES GCM encryption parameters.
HMAC key generation parameters.
HMAC key import parameters.
HKDF key derivation parameters.
PBKFD2 key derivation parameters.