Remove unused leafaddr structures

Este commit está contenido en:
Joost Rijneveld 2017-07-31 15:35:43 +02:00
padre 3ea7e8ace3
commit 073e093ce0
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 307BC77F47D58EE2
Se han modificado 2 ficheros con 0 adiciones y 10 borrados

5
xmss.h
Ver fichero

@ -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.

Ver fichero

@ -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;