Remove unused leafaddr structures

This commit is contained in:
Joost Rijneveld 2017-07-31 15:35:43 +02:00
parent 3ea7e8ace3
commit 073e093ce0
No known key found for this signature in database
GPG Key ID: 307BC77F47D58EE2
2 changed files with 0 additions and 10 deletions

5
xmss.h
View File

@ -9,11 +9,6 @@ Public domain.
#ifndef XMSS_H #ifndef XMSS_H
#define 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. * Generates a XMSS key pair for a given parameter set.

View File

@ -9,11 +9,6 @@ Public domain.
#ifndef XMSS_H #ifndef XMSS_H
#define XMSS_H #define XMSS_H
typedef struct{
unsigned int level;
unsigned long long subtree;
unsigned int subleaf;
} leafaddr;
typedef struct{ typedef struct{
unsigned int h; unsigned int h;