ソースを参照

Remove unused leafaddr structures

master
Joost Rijneveld 7年前
コミット
073e093ce0
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 307BC77F47D58EE2
2個のファイルの変更0行の追加10行の削除
  1. +0
    -5
      xmss.h
  2. +0
    -5
      xmss_fast.h

+ 0
- 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.


+ 0
- 5
xmss_fast.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;

typedef struct{
unsigned int h;


読み込み中…
キャンセル
保存