From 4a6846479741d15cac7a25a7054e43ab15947700 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Fri, 29 May 2026 17:09:51 +0900 Subject: [PATCH] Extremely important typo correction --- src/shake.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shake.erl b/src/shake.erl index c7c0003..acf1d7d 100644 --- a/src/shake.erl +++ b/src/shake.erl @@ -53,7 +53,7 @@ convert(#{public := PK, secret := <>}) -> %% Curve25519 Prime Field Constant: 2^255 - 19 -%% Yes, in hex it read kind of like "lucky fed" +%% Yes, in hex it reads kind of like "lucky fed" p() -> 16#7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED. ed25519_pk_to_x25519(<>) ->