Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MystenLabs/ed25519-unsafe-libs
/ functions
Functions
7 in github.com/MystenLabs/ed25519-unsafe-libs
⨍
Functions
7
◇
Types & classes
0
↓ 2 callers
Function
double_pubkey_attack
( original_keypair: &Keypair, other_pubkey: &PublicKey, message: &[u8], mixed_key: bool, m
ed25519-chalkias-exploit/src/main.rs:72
↓ 2 callers
Function
double_pubkey_attack_using_mixed_order_pubkey
( original_keypair: &Keypair, message: &[u8], matching_order_k: bool, )
ed25519-chalkias-exploit/src/main.rs:48
↓ 1 callers
Function
double_pubkey_attack_using_random_pubkey
(original_keypair: &Keypair, message: &[u8])
ed25519-chalkias-exploit/src/main.rs:40
↓ 1 callers
Function
seeded_keypair
(seed: &[u8])
ed25519-chalkias-exploit/src/main.rs:164
Function
main
()
ed25519-chalkias-exploit/src/main.rs:10
Function
test_mixed_points
()
ed25519-chalkias-exploit/src/main.rs:171
Function
verify_cofactored
(pubkey: &PublicKey, message: &[u8], signature: &Signature)
ed25519-chalkias-exploit/src/main.rs:143