Argyle-Software / dilithium

A post-quantum cryptographic signature scheme
Apache License 2.0
66 stars 23 forks source link

Implementing Keypair Restoration Functionality #17

Closed kibernetikos closed 11 months ago

kibernetikos commented 11 months ago

Overview:

This Pull Request addresses Issue #11 . The issue highlights the absence of a functionality to save and restore Keypair instances, which is a critical feature for many applications, particularly those requiring key persistence across sessions or environments.

Changes:

  1. Implementation of Keypair::new Method:
  1. Improving Usability and Flexibility: