We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094baf0 commit 7769faeCopy full SHA for 7769fae
cryptography/README.md
@@ -334,7 +334,7 @@ Future<void> main() async {
334
keyPair: aliceKeyPair,
335
remotePublicKey: bobPublicKey,
336
);
337
- final sharedSecretBytes = await aliceKeyPair.extractBytes();
+ final sharedSecretBytes = await sharedSecret.extractBytes();
338
print('Shared secret: $sharedSecretBytes');
339
}
340
```
@@ -435,4 +435,4 @@ Future<void> main() async {
435
436
print('SHA-512 hash: ${hash.bytes}');
437
438
-```
+```
0 commit comments