librustysigs

Crates.iolibrustysigs
lib.rslibrustysigs
version0.1.3
created_at2025-07-19 02:45:08.861599+00
updated_at2025-08-21 13:16:50.358644+00
descriptionRusty Signatures: A Secure Code Signing System
homepagehttps://github.com/sileneundula/librustysigs
repositoryhttps://github.com/sileneundula/librustysigs
max_upload_size
id1759885
size101,209
silene0259 (sileneundula)

documentation

README

LibRustySigs

Crates.io Version Crates.io License Deps.rs Crate Dependencies (latest) Crates.io Total Downloads

Description

It offers rusty signatures to validate crates.

RFCS

1. Design of RustyCerts

The design of RustyCerts contains the following:

  • A Keypair (ShulginSigning)
  • A Certificate Request (Rusty-CertReq)

It uses the hash function:

  • Finerprint: BLAKE2B(48 or 384 bits) and SHA3-224
  • ID: BLAKE2s(8 bytes)

Contributors

Contributions are welcome :)

LICENSE

APACHE 2.0

Commit count: 17

cargo fmt