Revert "Add crypto API call to derive a public key child. #536"
This reverts commit 84fd629d36.
This commit is contained in:
parent
84fd629d36
commit
da598c82aa
2 changed files with 0 additions and 7 deletions
|
|
@ -465,11 +465,6 @@ namespace graphene { namespace app {
|
|||
return fc::ecc::range_proof_sign( min_value, commit, commit_blind, nonce, base10_exp, min_bits, actual_value );
|
||||
}
|
||||
|
||||
fc::ecc::public_key crypto_api::child(fc::ecc::public_key public_key, fc::sha256 child)
|
||||
{
|
||||
return public_key_type( public_key.child( child ) );
|
||||
}
|
||||
|
||||
verify_range_proof_rewind_result crypto_api::verify_range_proof_rewind( const blind_factor_type& nonce,
|
||||
const commitment_type& commit,
|
||||
const std::vector<char>& proof )
|
||||
|
|
|
|||
|
|
@ -222,7 +222,6 @@ namespace graphene { namespace app {
|
|||
uint8_t min_bits,
|
||||
uint64_t actual_value );
|
||||
|
||||
fc::ecc::public_key child(fc::ecc::public_key public_key, fc::sha256 child);
|
||||
|
||||
verify_range_proof_rewind_result verify_range_proof_rewind( const blind_factor_type& nonce,
|
||||
const fc::ecc::commitment_type& commit,
|
||||
|
|
@ -314,7 +313,6 @@ FC_API(graphene::app::crypto_api,
|
|||
(verify_sum)
|
||||
(verify_range)
|
||||
(range_proof_sign)
|
||||
(child)
|
||||
(verify_range_proof_rewind)
|
||||
(range_get_info)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue