mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
pow-testgiver support
This commit is contained in:
parent
dbde9c1c40
commit
f064b1047a
257 changed files with 6665 additions and 2608 deletions
|
@ -55,7 +55,6 @@ class BigNum {
|
|||
|
||||
static BigNum from_binary(Slice str);
|
||||
|
||||
// Available only if OpenSSL >= 1.1.0
|
||||
static BigNum from_le_binary(Slice str);
|
||||
|
||||
static Result<BigNum> from_decimal(CSlice str);
|
||||
|
@ -66,8 +65,6 @@ class BigNum {
|
|||
|
||||
void set_value(uint32 new_value);
|
||||
|
||||
void ensure_const_time();
|
||||
|
||||
int get_num_bits() const;
|
||||
|
||||
int get_num_bytes() const;
|
||||
|
@ -84,7 +81,6 @@ class BigNum {
|
|||
|
||||
string to_binary(int exact_size = -1) const;
|
||||
|
||||
// Available only if OpenSSL >= 1.1.0
|
||||
string to_le_binary(int exact_size = -1) const;
|
||||
|
||||
string to_decimal() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue