Skip to content

Little test app to build SoftHSM with mldsa support, then use golang to generate a MLDSA keypair

Notifications You must be signed in to change notification settings

kingcdavid/pkcs11-mldsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkcs11-mldsa

Small sample app to test out mldsa in softHSM

Will build a docker image, with openssl 3.5.1 and then build the forked version of SoftHSM by antoinelochet

Also includes a small golang app to generate an MLDSA Key Pair

To run, just run docker-compose up (or podman-compose up)

Git hooks

Enable the repo-local hooks so the pre-commit runs:

git config core.hooksPath .githooks
chmod +x .githooks/pre-commit

What it does:

  • Truncates tracked files matching *.log
  • Truncates files under log/ and logs/
  • Re-adds them to the commit so they remain empty

About

Little test app to build SoftHSM with mldsa support, then use golang to generate a MLDSA keypair

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published