Skip to content

Release v2.0.0

Latest
Compare
Choose a tag to compare
@Memphisd Memphisd released this 22 Dec 07:46
0d9bd3f

Release Notes: V2.0.0

Features

  • Added new problem estimators for:
    • Rank Syndrome Decoding
  • Added new scheme estimators for:
    • MAYO Signature Scheme
    • BIKE KEM
  • Added Hashimoto’s algorithm in MQ and MAYO estimators
  • Incorporated speed improvements for MQEstimator
  • Improved table visualization for scheme estimators

Fixes

  • Bug fixes for several estimators, including:
    • MREstimator
    • UOVEstimator
    • SDEstimator
    • MAYOEstimator

Technical Changes

  • Transition to a pure Python library:
    CryptographicEstimators are now independent of SageMath.
  • Implemented new docstring style
  • Added a new KAT testing framework based on pytest