pqc_core

Crates.iopqc_core
lib.rspqc_core
version0.3.0
sourcesrc
created_at2022-09-13 21:18:56.509537
updated_at2023-03-15 01:57:29.767251
descriptionCommon functionality for the pqc series of crates
homepage
repositoryhttps://github.com/Argyle-Software/pqc_core
max_upload_size
id664943
size7,634
Mitchell Berry (mberry)

documentation

README

PQC_CORE

Common functionalities for pqc crates.

Nothing is exported by default.

Enable features as needed.

Features

  • load - Parses Known Answer Tests and seed buffers from a file into KAT structs
  • zero - Convenience function for conditionally zeroizing variables
  • unique_feature - Asserts mutually exclusive features aren't selected
  • batch_default - Instantiates mutable default variables
Commit count: 9

cargo fmt