Definition
Modern Algorithms in the Web Cryptography API defines EncapsulatedBits
dictionary EncapsulatedBits {
ArrayBuffer sharedKey;
ArrayBuffer ciphertext;
};
EncapsulatedBits dictionaryModern Algorithms in the Web Cryptography API defines EncapsulatedBits
dictionary EncapsulatedBits {
ArrayBuffer sharedKey;
ArrayBuffer ciphertext;
};