cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

Documentation typo

Open FranMaric opened this issue 3 years ago • 0 comments

I think you have a typo in your documentation here.

You should replace this line

  final sharedSecretBytes = await aliceKeyPair.extractBytes();

with this one

  final sharedSecretBytes = await sharedSecret.extractBytes();

Please correct me if I am wrong

FranMaric avatar Jan 29 '22 21:01 FranMaric