diff ed25519.h @ 1683:41bf8f216644

merge rsa-sha256
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 May 2020 00:24:02 +0800
parents ba6fc7afe1c5
children 35d504d59c05
line wrap: on
line diff
--- a/ed25519.h	Mon May 25 20:55:13 2020 +0500
+++ b/ed25519.h	Tue May 26 00:24:02 2020 +0800
@@ -32,7 +32,7 @@
 
 #define CURVE25519_LEN 32
 
-typedef struct {
+typedef struct dropbear_ED25519_Key {
 
 	unsigned char priv[CURVE25519_LEN];
 	unsigned char pub[CURVE25519_LEN];