Remove unused leafaddr structures

This commit is contained in:
Joost Rijneveld 2017-07-31 15:35:43 +02:00
rodzic 3ea7e8ace3
commit 073e093ce0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 307BC77F47D58EE2
2 zmienionych plików z 0 dodań i 10 usunięć

5
xmss.h
Wyświetl plik

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

Wyświetl plik

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