rust-ed25519-compact icon indicating copy to clipboard operation
rust-ed25519-compact copied to clipboard

Expose scalar multiplication on ed25519

Open cloudhead opened this issue 1 year ago • 0 comments

I've made some of the underlying operations public, to allow things like DH to be implemented using this crate.

Note that I've also bumped the version to v2.0.5, because it seems like crates.io has a v2.0.4 which doesn't appear on GitHub.. This was causing issues with dependency resolution for me, when using this branch.

Closes #28

cloudhead avatar Jan 26 '23 13:01 cloudhead