Files
GmSSL/crypto/sphincs/ltree.h
2019-03-13 22:26:55 +08:00

9 lines
140 B
C

/*
* Copyright (C) 2017 Nagravision S.A.
*/
#pragma once
#include "hash.h"
void ltree (struct hash *buf, int count, struct hash *root);