소스 검색

Remove unused leafaddr structures

master
Joost Rijneveld 7 년 전
부모
커밋
073e093ce0
No known key found for this signature in database 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;


불러오는 중...
취소
저장