mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-04 20:24:07 +00:00
Update README.md
There was acute typo, not agrave mistake. ;)
This commit is contained in:
parent
0985e1babf
commit
f40a0a060d
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ These secrets are the same:
|
|||
assert_eq!(alice_shared_secret.as_bytes(), bob_shared_secret.as_bytes());
|
||||
```
|
||||
|
||||
Voilá! Alice and Bob can now use their shared secret to encrypt their
|
||||
Voilà! Alice and Bob can now use their shared secret to encrypt their
|
||||
meows, for example, by using it to generate a key and nonce for an
|
||||
authenticated-encryption cipher.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue