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