Display point in base58 (#305)
* Compress EC subgroup points before serialising * serialize and display point in base58 * Use Display for Points --------- Co-authored-by: Ahmad <root@ahmadafuni.com>
This commit is contained in:
parent
151419ec88
commit
d5da9d8593
4 changed files with 87 additions and 8 deletions
|
|
@ -23,6 +23,7 @@ plonky2 = { git = "https://github.com/0xPolygonZero/plonky2", optional = true }
|
|||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
base64 = "0.22.1"
|
||||
bs58 = "0.5.1"
|
||||
schemars = "0.8.22"
|
||||
num = { version = "0.4.3", features = ["num-bigint"] }
|
||||
num-bigint = { version = "0.4.6", features = ["rand"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue