Joost Rijneveld
7 anos atrás
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 307BC77F47D58EE2
2 arquivos alterados com
0 adições e
10 exclusões
-
xmss.h
-
xmss_fast.h
|
|
@@ -9,11 +9,6 @@ Public domain. |
|
|
|
|
|
|
|
#ifndef XMSS_H |
|
|
|
#define XMSS_H |
|
|
|
typedef struct{ |
|
|
|
unsigned int level; |
|
|
|
unsigned long long subtree; |
|
|
|
unsigned int subleaf; |
|
|
|
} leafaddr; |
|
|
|
|
|
|
|
/** |
|
|
|
* Generates a XMSS key pair for a given parameter set. |
|
|
|
|
|
@@ -9,11 +9,6 @@ Public domain. |
|
|
|
|
|
|
|
#ifndef XMSS_H |
|
|
|
#define XMSS_H |
|
|
|
typedef struct{ |
|
|
|
unsigned int level; |
|
|
|
unsigned long long subtree; |
|
|
|
unsigned int subleaf; |
|
|
|
} leafaddr; |
|
|
|
|
|
|
|
typedef struct{ |
|
|
|
unsigned int h; |
|
|
|