From a4c4636cae8c99c269733338c53d65847a5b30bf Mon Sep 17 00:00:00 2001 From: fumiama Date: Mon, 25 Oct 2021 21:01:38 +0800 Subject: [PATCH] edit README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 216ca71..9034175 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ -x25519 Elliptic curve Diffie-Hellman key exchange over Curve25519 - -Doc at https://godoc.org/github.com/riobard/go-x25519 \ No newline at end of file +# go-x25519 +基于`x25519`的`32位`密钥交换实现封装,也可通过修改`KEYSZ`改为`64位`。 \ No newline at end of file