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 Thu Nov 3 2022 08:31:51 for libdecaf by
1.9.8