commit c1445fabb4514cbd12295018fea538bb588f6c86 parent 18c117ea695565ebf8b6c49773df1fe1ab13432f Author: erai <erai@omiltem.net> Date: Mon, 3 Jun 2024 00:41:44 -0400 add _ed25519_priv Diffstat:
M | ed25519.c | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/ed25519.c b/ed25519.c @@ -95,6 +95,13 @@ struct _x25519_block { _x4: int; } +struct _ed25519_priv { + x0: int; + x1: int; + x2: int; + x3: int; +} + struct _ed25519_pub { x0: int; x1: int;