dholecrypto-js
dholecrypto-js copied to clipboard
Typo in Keywrap example
Hi,
I think there is a typo in your Keywrap example in the README.
// Keywrap key...
let wrap = await SymemtricKey.generate();
Replace SymemtricKey with SymmetricKey