#include "cryptography/crypto_provider/crypto_signer.hpp"#include "common/hexutils.hpp"#include "common/result.hpp"#include "cryptography/blob.hpp"#include "cryptography/ed25519_sha3_impl/crypto_provider.hpp"#include "cryptography/keypair.hpp"#include "interfaces/common_objects/byte_range.hpp"#include "multihash/multihash.hpp"#include "multihash/type.hpp"
Typedefs | |
| using | DefaultSigner = CryptoProviderEd25519Sha3 |