Extremely important typo correction

This commit is contained in:
2026-05-29 17:09:51 +09:00
parent b67fc1b5ac
commit 4a68464797
+1 -1
View File
@@ -53,7 +53,7 @@ convert(#{public := PK, secret := <<Secret:32/binary, _/binary>>}) ->
%% 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(<<ED25519_PK:32/binary>>) ->