Skip to content

Commit

Permalink
Merge pull request #66 from oblazy/oblazy-patch-voila
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
isislovecruft authored Mar 25, 2021
2 parents 7ef5cc7 + f40a0a0 commit 2b54166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2b54166

Please sign in to comment.