Extremely important typo correction
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ convert(#{public := PK, secret := <<Secret:32/binary, _/binary>>}) ->
|
|||||||
|
|
||||||
|
|
||||||
%% Curve25519 Prime Field Constant: 2^255 - 19
|
%% 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.
|
p() -> 16#7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED.
|
||||||
|
|
||||||
ed25519_pk_to_x25519(<<ED25519_PK:32/binary>>) ->
|
ed25519_pk_to_x25519(<<ED25519_PK:32/binary>>) ->
|
||||||
|
|||||||
Reference in New Issue
Block a user