dholecrypto-js icon indicating copy to clipboard operation
dholecrypto-js copied to clipboard

Typo in Keywrap example

Open grempe opened this issue 4 years ago • 0 comments

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

grempe avatar Mar 12 '21 14:03 grempe