stfx-crypto

Crates.iostfx-crypto
lib.rsstfx-crypto
version0.1.0
created_at2025-12-03 19:51:02.119321+00
updated_at2025-12-03 19:51:02.119321+00
descriptionCore cryptographic primitives for the Sovereign Trust Framework (STFx).
homepagehttps://stfx.dev
repositoryhttps://github.com/sovereigntrustframework/stfx
max_upload_size
id1965175
size2,803
Alexandre Cardoso (cardosoalexandrecom)

documentation

https://docs.rs/stfx-crypto

README

stfx-crypto

Core cryptographic primitives for the Sovereign Trust Framework (STFx).

This crate provides foundational crypto utilities used across STFx:

  • Key generation and basic operations (planned)
  • Hashing/signing abstractions (planned)
  • Future integrations with DID/VID and TSP layers

Project home: https://stfx.dev Repository: https://github.com/sovereigntrustframework/stfx

Usage

use stfx_crypto::add;

fn main() {
    assert_eq!(add(2, 2), 4);
}

License

Apache-2.0. See the workspace LICENSE for details.

Commit count: 0

cargo fmt