1
0
Fork 0
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
Find a file
Ty 45ad89b06a
Fix clippy warning
Iterator::nth(0) is the same as Iterator::next() always
2023-08-02 18:20:29 -06:00
.vscode Add feature-gated import-gpg subcommand to cli 2023-07-31 01:32:34 -06:00
crates/asp Adjust to new fingerprint algorithm 2023-07-29 18:29:18 -06:00
src Fix clippy warning 2023-08-02 18:20:29 -06:00
.gitignore Initial commit with key generation, key import from base64-encoded private ES256 keys, profile generation, and profile parsing 2023-06-25 22:35:50 -06:00
Cargo.lock Add feature-gated import-gpg subcommand to cli 2023-07-31 01:32:34 -06:00
Cargo.toml Add feature-gated import-gpg subcommand to cli 2023-07-31 01:32:34 -06:00
README.md Add readme 2023-07-29 18:40:25 -06:00
rustfmt.toml Initial commit with key generation, key import from base64-encoded private ES256 keys, profile generation, and profile parsing 2023-06-25 22:35:50 -06:00

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.