#pqc #buffer #functionalities #load #testing #seed #kat

pqc_core

Common functionality for the pqc series of crates

3 releases (breaking)

0.3.0 Mar 15, 2023
0.2.0 Feb 22, 2023
0.1.0 Sep 13, 2022

#5 in #pqc

Download history 10/week @ 2024-02-18 247/week @ 2024-02-25 14/week @ 2024-03-03 10/week @ 2024-03-10 3/week @ 2024-03-17 5/week @ 2024-03-24 40/week @ 2024-03-31

62 downloads per month
Used in 3 crates

MIT/Apache

7KB
117 lines

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

Dependencies

~8KB