Update README.md

There was acute typo, not agrave mistake. ;)
This commit is contained in:
Olivier Blazy 2021-02-12 10:53:34 +01:00 committed by GitHub
parent 0985e1babf
commit f40a0a060d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.