open-quantum-safe / liboqs-python

Python 3 bindings for liboqs
https://openquantumsafe.org/
MIT License
108 stars 39 forks source link

More examples #15

Closed DonaldTsang closed 4 years ago

DonaldTsang commented 5 years ago

In order to make LibOQS more usable, there should be:

  1. More examples of SIDH/SIKE
  2. More examples of NTRU-based cryptosystems
dstebila commented 5 years ago
  1. More examples of SIDH/SIKE
  2. More examples of NTRU-based cryptosystems

When you say "examples", do you mean that you want more such cryptosystems present, or that you want more code demonstrating how to use them in Python?

We're adding some NTRU-based cryptosystems to liboqs (see e.g. open-quantum-safe/liboqs#484) which will then become available in Python as well.

DonaldTsang commented 5 years ago

When you say "examples", do you mean that you want more such cryptosystems present, or that you want more code demonstrating how to use them in Python?

The latter, if I were to ask for the former then https://github.com/open-quantum-safe/liboqs would be better for asking for more crypto system coverage.

vsoftco commented 4 years ago

Added a signature example in PR #19

DonaldTsang commented 4 years ago

@vsoftco thanks for