mirror of
https://github.com/neocturne/libuecc.git
synced 2025-07-06 23:19:07 +02:00
Make default base and identity points accessible
This commit is contained in:
parent
2320e02317
commit
1591dbfc4d
2 changed files with 28 additions and 23 deletions
|
@ -55,6 +55,9 @@ typedef struct _ecc_25519_work {
|
|||
* @{
|
||||
*/
|
||||
|
||||
extern const ecc_25519_work_t ecc_25519_work_identity;
|
||||
extern const ecc_25519_work_t ecc_25519_work_default_base;
|
||||
|
||||
int ecc_25519_load_xy(ecc_25519_work_t *out, const ecc_int256_t *x, const ecc_int256_t *y);
|
||||
void ecc_25519_store_xy(ecc_int256_t *x, ecc_int256_t *y, const ecc_25519_work_t *in);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue