Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
AlexiaChen created a comment on a pull request on AlexiaChen/mpvss-rs
Just test github copilot workspace to plan impl and create PR, seems it not good as I want..... So closed it
AlexiaChen closed a pull request on AlexiaChen/mpvss-rs
Add support for Ed25519 key generation
Fixes #6 Add support for Ed25519 key generation in the MPVSS implementation. * **src/mpvss.rs** - Import `ed25519_dalek` crate for Ed25519 key generation. - Add `KeyAlgorithm` enum to represe...AlexiaChen opened a pull request on AlexiaChen/mpvss-rs
Add support for Ed25519 key generation
Fixes #6 Add support for Ed25519 key generation in the MPVSS implementation. * **src/mpvss.rs** - Import `ed25519_dalek` crate for Ed25519 key generation. - Add `KeyAlgorithm` enum to represe...AlexiaChen pushed 1 commit to add-ed25519-support AlexiaChen/mpvss-rs
- Add support for Ed25519 key generation Fixes #6 Add support for Ed25519 key generation in the MPVSS implementation.... 88e2b6a
AlexiaChen created a branch on AlexiaChen/mpvss-rs
add-ed25519-support - The library implements a simple Publicly Verifiable Secret Sharing(PVSS) scheme in Rust.