diff --git a/libp2p/crypto/curve25519.nim b/libp2p/crypto/curve25519.nim index 83b8404d1..c8dd7c250 100644 --- a/libp2p/crypto/curve25519.nim +++ b/libp2p/crypto/curve25519.nim @@ -7,7 +7,7 @@ ## This file may not be copied, modified, or distributed except according to ## those terms. -## This module integrates BearSSL ChaCha20+Poly1305 +## This module integrates BearSSL Cyrve25519 mul and mulgen ## ## This module uses unmodified parts of code from ## BearSSL library