| Crates.io | stfx-crypto |
| lib.rs | stfx-crypto |
| version | 0.1.0 |
| created_at | 2025-12-03 19:51:02.119321+00 |
| updated_at | 2025-12-03 19:51:02.119321+00 |
| description | Core cryptographic primitives for the Sovereign Trust Framework (STFx). |
| homepage | https://stfx.dev |
| repository | https://github.com/sovereigntrustframework/stfx |
| max_upload_size | |
| id | 1965175 |
| size | 2,803 |
Core cryptographic primitives for the Sovereign Trust Framework (STFx).
This crate provides foundational crypto utilities used across STFx:
Project home: https://stfx.dev Repository: https://github.com/sovereigntrustframework/stfx
use stfx_crypto::add;
fn main() {
assert_eq!(add(2, 2), 4);
}
Apache-2.0. See the workspace LICENSE for details.