From 6ba274de276f36c66c52bfdf16c5013e13d4c1b1 Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni Date: Fri, 14 Feb 2020 12:19:37 +0900 Subject: [PATCH] Fix misleading header --- libp2p/crypto/curve25519.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/crypto/curve25519.nim b/libp2p/crypto/curve25519.nim index 83b8404..c8dd7c2 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