reallyme-crypto-core 0.1.2

Shared typed errors and algorithm identifiers for ReallyMe Crypto.
Documentation
  • Coverage
  • 100%
    185 out of 185 items documented0 out of 31 items with examples
  • Size
  • Source code size: 36.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.07 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
  • reallyme/crypto
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vanderbr

Shared vocabulary types for the ReallyMe crypto workspace.

This crate defines the algorithm identifiers ([Algorithm], [AeadAlgorithm], [HashAlgorithm]) and the typed error taxonomy ([CryptoError] and its failure-kind enums) that every primitive, the dispatch layer, and the FFI boundary share. It contains no cryptographic behavior — only the definitions the rest of the workspace agrees on — so that errors carry fixed, secret-free descriptors and algorithm selection is a single closed enum rather than stringly-typed.