cryptography
cryptography copied to clipboard
Documentation typo
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