My name is SileneCapensis (or silene0259) and I am a developer with multiple hobbies. I write code in Rust, HTML, CSS, Javascript/Typescript mainly. Please follow me to stay updated on new projects. Working under WeSpeakInCursive.xyz
- Liberato-Address-Scheme (v0.1.0): A Universal Address That Uses BLAKE2B Variable Digest with derived options.
- Liberato-Digital-Asset-Standard: A Standard For Digital Assets
- Liberato-Network: The main networking stack using rust libp2p
liberato-address-scheme is a library for address schemes based on OpenInternetCryptographyKeys and libslug20.
Addresses use BLAKE2B at variable digest lengths with other information attached to it with keys being PEM-Encoded.
- ShulginSigning (SPHINCS+ & ED25519)
- EsphandSigning (FALCON1024 & ED25519)
- AbsolveSigning (ML-DSA3 & ED25519)
- Default Encryption: ECIES Encryption over Curve25519 using AES-GCM
- Post-Quantum Encryption: ML-KEM
- Signature Schemes: ED25519, Schnorr over Ristretto (Curve25519), BLS12-381, ECDSA (secp256k1), Ed448
- Post-Quantum Signature Schemes: SPHINCS+ (SHAKE256) (Level 5), ML_DSA56 (Level 3), FALCON1024
- Hybrid Digital Signature Schemes: EsphandSigning (FALCON1024 + ED25519), ShulginSigning (SPHINCS+ & ED25519), AbsolveSigning (ML-DSA3 + ED25519)
- Cert Format: X59 Certificate Standard, PEM
- Message-Types: Supports UTF-8 Messages (so we can include emojis)
- Encryption: AES-GCM 256 + XChaCha20-Poly1305
- Randomness Generation: Supports Randomness Generation from the Operating System. Supports VRFs via Schnorr
- BIP39: true, supported
- BIP32: still in works
OpenInternetCryptographyKeys is a crate/library for easy, modern cryptography and abstracts from all the complicated stuff. It is serialized into PEM format.
In-Progress

