BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
graphene::app::crypto_api Member List

This is the complete list of members for graphene::app::crypto_api, including all inherited members.

blind(const fc::ecc::blind_factor_type &blind, uint64_t value) constgraphene::app::crypto_api
blind_sum(const std::vector< blind_factor_type > &blinds_in, uint32_t non_neg) constgraphene::app::crypto_api
range_get_info(const std::vector< char > &proof) constgraphene::app::crypto_api
range_proof_sign(uint64_t min_value, const commitment_type &commit, const blind_factor_type &commit_blind, const blind_factor_type &nonce, int8_t base10_exp, uint8_t min_bits, uint64_t actual_value) constgraphene::app::crypto_api
verify_range(const fc::ecc::commitment_type &commit, const std::vector< char > &proof) constgraphene::app::crypto_api
verify_range_proof_rewind(const blind_factor_type &nonce, const fc::ecc::commitment_type &commit, const std::vector< char > &proof) constgraphene::app::crypto_api
verify_sum(const std::vector< commitment_type > &commits_in, const std::vector< commitment_type > &neg_commits_in, int64_t excess) constgraphene::app::crypto_api