hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 1bfb2e6dee850c675a8831b41420800d3c62c2a0
parent 033bcbf87b730a152ad6d672835b0e25a408bde7
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Wed, 27 Apr 2022 15:47:09 -0500

crypto: fix typo in README

Signed-off-by: Nihal Jere <nihal@nihaljere.xyz>

Diffstat:
Mcrypto/README | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/README b/crypto/README @@ -14,7 +14,7 @@ well-being of your users may depend on your ability to implement cryptographic applications with due care. Please carefully read all of the documentation, double-check your work, and seek second opinions and independent review of your code. Our documentation and API design aims to prevent easy mistakes from being -made, but it is no substitute for a good backround in applied cryptography. We +made, but it is no substitute for a good background in applied cryptography. We recommend the "Crypto 101" course as a good general introduction to cryptography: