Skip to content

drcapybara/capyKEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capyKEM - research into quantum-resistant algorithm design

This repo is a pure rust, no-std interpretation of FIPS 203 (draft) which leverages a module learning-with-errors based construction aimed towards providing a secure means of key exchange when faced with a potential quantum adversary.

Current working items:

  • document in style of FIPS
  • support other two parameter sets
  • parameterize sample_poly_cbd over eta
  • condense encoding/decoding to single function
  • parameterize encoding/decoding over d
  • implement API-level functions
  • replace usage of Vec with hybridarray

Releases

No releases published

Packages

No packages published

Languages