oxicrypto-core 0.1.0

Pure Rust cryptography trait surface (no_std + alloc)
Documentation
  • Coverage
  • 95.08%
    174 out of 183 items documented1 out of 71 items with examples
  • Size
  • Source code size: 69.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cool-japan

oxicrypto-core -- pure-Rust trait surface, error types, and secure wrappers for the OxiCrypto stack.

This crate is no_std + alloc. It defines the trait objects, error enum, constant-time utilities, and secret-key wrappers shared by every other oxicrypto-* sub-crate. No crypto implementation lives here.