Remove unused leafaddr structures
This commit is contained in:
rodzic
3ea7e8ace3
commit
073e093ce0
5
xmss.h
5
xmss.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;
|
||||
|
Ładowanie…
Reference in New Issue
Block a user