|
Electroneum
|

Go to the source code of this file.
Functions | |
| bool | check_scalar (const crypto::ec_scalar &scalar) |
| void | random_scalar (crypto::ec_scalar &res) |
| void | hash_to_scalar (const void *data, std::size_t length, crypto::ec_scalar &res) |
| void | hash_to_ec (const crypto::public_key &key, crypto::ec_point &res) |
| bool check_scalar | ( | const crypto::ec_scalar & | scalar | ) |
Definition at line 36 of file crypto.cpp.

| void hash_to_ec | ( | const crypto::public_key & | key, |
| crypto::ec_point & | res | ||
| ) |
Definition at line 48 of file crypto.cpp.

| void hash_to_scalar | ( | const void * | data, |
| std::size_t | length, | ||
| crypto::ec_scalar & | res | ||
| ) |
Definition at line 44 of file crypto.cpp.


| void random_scalar | ( | crypto::ec_scalar & | res | ) |