pq-code-package / mlkem-c-generic

ML-KEM generic implementation in C
Apache License 2.0
2 stars 2 forks source link

Dockerfile for build #16

Open planetf1 opened 1 month ago

planetf1 commented 1 month ago

See https://github.com/pq-crystals/kyber/issues/12 for a proposed Dockerfile on pq-crystals to make it easier for mac users to build.

Consider if this is useful at the core algo level on pqcp. oqs-demos also has a variety of examples showing how to use algorithms included within liboqs in various ways.

Additional thought - could create a devcontainer definition (quite a few projects use this - ie cpython) to aid non-linux users

planetf1 commented 1 month ago

cc: @cryptojedi