Kagome
Polkadot Runtime Engine in C++17
kagome::crypto::secp256k1 Namespace Reference

Namespaces

 constants
 
 secp256k1_verify_error
 

Typedefs

using Secp256k1VerifyError = uint8_t
 
using CompressedPublicKey = common::Blob< constants::kCompressedPublicKeySize >
 
using UncompressedPublicKey = common::Blob< constants::kUncompressedPublicKeySize >
 
using PublicKey = common::Blob< constants::kGeneralPublicKeySize >
 
using RSVSignature = common::Blob< constants::kCompactSignatureSize >
 
using MessageHash = common::Hash256
 

Detailed Description

Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Typedef Documentation

compressed form of public key

Definition at line 29 of file secp256k1_types.hpp.

32-byte sequence of bytes (presumably blake2s hash)

Definition at line 50 of file secp256k1_types.hpp.

truncated form of uncompressed public key

Definition at line 40 of file secp256k1_types.hpp.

Definition at line 19 of file secp256k1_types.hpp.

uncompressed form of public key

Definition at line 35 of file secp256k1_types.hpp.