-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add common utilities for CRYSTALS Kyber/Dilithium
Most notably, this is an abstract implementation to handle CRYSTALS polynomials, poly vectors and poly matrices. Also, a generic implementation for bit-packed encoding/decoding of coefficients useful for both Kyber and Dilithium. Co-Authored-By: Fabian Albert <[email protected]>
- Loading branch information
1 parent
3002915
commit a851298
Showing
9 changed files
with
1,536 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<defines> | ||
PQCRYSTALS -> 20240228 | ||
</defines> | ||
|
||
<module_info> | ||
name -> "CRYSTALS" | ||
brief -> "Base utilities for CRYSTALS-Kyber/ML-KEM and CRYSTALS-Dilithium/ML-DSA. CRYptographic SuiTe for Algebraic LatticeS" | ||
type -> "Internal" | ||
</module_info> | ||
|
||
<requires> | ||
</requires> | ||
|
||
<header:internal> | ||
pqcrystals.h | ||
pqcrystals_encoding.h | ||
pqcrystals_helpers.h | ||
</header:internal> |
Oops, something went wrong.