#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

#6 in #pqc

Download history 58/week @ 2024-07-27 24/week @ 2024-08-03 57/week @ 2024-08-10 17/week @ 2024-08-17 31/week @ 2024-08-24 18/week @ 2024-08-31 15/week @ 2024-09-07 32/week @ 2024-09-14 34/week @ 2024-09-21 49/week @ 2024-09-28 47/week @ 2024-10-05 16/week @ 2024-10-12 28/week @ 2024-10-19 5/week @ 2024-10-26 21/week @ 2024-11-02 24/week @ 2024-11-09

78 downloads per month
Used in 4 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