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
TymanWasTaken 5390a9389a
Handful of things
- Update redb to fix regression when loading db multiple times (though I am likely just going to replace redb with sqlite)

- Rename AspKeyType::EdDSA to AspKeyType::Ed25519

- Make `aspm keys list` look nicer
2023-06-30 23:59:30 -04:00
.vscode Handful of things 2023-06-30 23:59:30 -04:00
crates/asp Handful of things 2023-06-30 23:59:30 -04:00
src Handful of things 2023-06-30 23:59:30 -04: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 Handful of things 2023-06-30 23:59:30 -04:00
Cargo.toml Handful of things 2023-06-30 23:59:30 -04:00
rust-toolchain.toml A bit of refactoring, and added aspe delete command 2023-06-26 21:15:34 -04: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