#pqc #buffer #load #testing #seed #kat #zero

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

#9 in #pqc

Download history 21/week @ 2024-11-13 7/week @ 2024-11-20 25/week @ 2024-11-27 46/week @ 2024-12-04 36/week @ 2024-12-11 35/week @ 2024-12-18 14/week @ 2024-12-25 13/week @ 2025-01-01 32/week @ 2025-01-08 20/week @ 2025-01-15 21/week @ 2025-01-22 74/week @ 2025-01-29 121/week @ 2025-02-05 31/week @ 2025-02-12 46/week @ 2025-02-19 30/week @ 2025-02-26

237 downloads per month
Used in 5 crates (4 directly)

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