Merge pull request #66 from oblazy/oblazy-patch-voila

Update README.md
This commit is contained in:
isis agora lovecruft 2021-03-25 07:56:41 +00:00 committed by GitHub
commit 2b541666de
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.