Kagome
Polkadot Runtime Engine in C++17
secp256k1_provider_impl.hpp File Reference
#include <secp256k1.h>
#include "crypto/secp256k1_provider.hpp"
Include dependency graph for secp256k1_provider_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kagome::crypto::Secp256k1ProviderImpl
 

Namespaces

 kagome::crypto
 

Enumerations

enum  kagome::crypto::Secp256k1ProviderError {
  kagome::crypto::Secp256k1ProviderError::INVALID_ARGUMENT = 1, kagome::crypto::Secp256k1ProviderError::INVALID_V_VALUE, kagome::crypto::Secp256k1ProviderError::INVALID_R_OR_S_VALUE, kagome::crypto::Secp256k1ProviderError::INVALID_SIGNATURE,
  kagome::crypto::Secp256k1ProviderError::RECOVERY_FAILED
}
 

Functions

 OUTCOME_HPP_DECLARE_ERROR (kagome::crypto, Secp256k1ProviderError)
 

Function Documentation

OUTCOME_HPP_DECLARE_ERROR ( kagome::crypto  ,
Secp256k1ProviderError   
)