libdecaf
Loading...
Searching...
No Matches
src
GENERATED
include
decaf
eddsa.hxx
Go to the documentation of this file.
1
15
#ifndef __DECAF_EDDSA_HXX__
16
#define __DECAF_EDDSA_HXX__ 1
17
19
namespace
decaf
{
21
enum
Prehashed
{
22
PURE
,
23
PREHASHED
24
};
25
}
26
27
#include <
decaf/ed255.hxx
>
28
#include <
decaf/ed448.hxx
>
29
30
#endif
/* __DECAF_EDDSA_HXX__ */
ed255.hxx
ed448.hxx
decaf
Namespace for all C++ decaf objects.
Definition
decaf.hxx:22
decaf::Prehashed
Prehashed
How signatures handle hashing.
Definition
eddsa.hxx:21
decaf::PURE
@ PURE
Sign the message itself.
Definition
eddsa.hxx:22
decaf::PREHASHED
@ PREHASHED
Sign the hash of the message.
Definition
eddsa.hxx:23
Generated on Mon Apr 22 2024 09:44:24 for libdecaf by
1.9.8