diff options
Diffstat (limited to 'gnu/packages/golang-crypto.scm')
-rw-r--r-- | gnu/packages/golang-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index fa8c5e9529..0a72050250 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -2316,7 +2316,7 @@ https://code.google.com/p/go-crypt.") (propagated-inputs (list go-golang-org-x-sys)) (home-page "https://gitlab.com/yawning/bsaes") - (synopsis "AES implementatin in Golang") + (synopsis "AES implementation in Golang") (description "The @code{bsaes} is a portable pure-Go constant time AES implementation based on the code from @url{https://bearssl.org/,BearSSL}. On appropriate |