commit b783b1892a8b73cea5c14caa20b865c73570d1fe parent 921ffd11f650cf9002d2a052e4f1af06f8a9b23f Author: Armin Preiml <apreiml@strohwolke.at> Date: Tue, 7 May 2024 20:30:59 +0200 crypto: s/eliptic curve/elliptic curve Diffstat:
M | crypto/ec/README | | | 2 | +- |
M | crypto/ecdh/README | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/crypto/ec/README b/crypto/ec/README @@ -1,4 +1,4 @@ -The crypto::ec module provides implementations for a selection of eliptic +The crypto::ec module provides implementations for a selection of elliptic curves and their operations. This is a low-level module which implements cryptographic primitives. Direct use diff --git a/crypto/ecdh/README b/crypto/ecdh/README @@ -1,4 +1,4 @@ -The crypto::ecdh module implements eliptic-curve diffie hellman key generation +The crypto::ecdh module implements elliptic-curve diffie hellman key generation for curves implemented in [[crypto::ec]]. This is a low-level module which implements cryptographic primitives. Direct use