mirror of
https://codeberg.org/tyy/aspm
synced 2024-12-22 15:59:29 -07:00
A tool to manage ariadne signature profiles, implementing v0 of the specification
|
||
---|---|---|
.vscode | ||
crates/asp | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
rustfmt.toml |
aspm
This is the Ariadne Signature Profile Manager, a command line program and rust library implementing the Ariadne Signature Profile specification v0. Currently, it is updated to the latest version of the spec as of ariadne/ariadne-identity-specification@84da4128b9.
The command line program is located in src/
, and the library it uses to do ASP-related things (like creating and signing profiles, or generating keys) is located in crates/asp
.