Skip to content
Snippets Groups Projects
Select Git revision
  • 08077e8667de78c53eb9d207652d56dfaff2be17
  • main default protected
  • release/1.1
  • encrypt_comments
  • mnemonic_dewif
  • authors_rules
  • 0.14
  • rtd
  • 1.2.1 protected
  • 1.2.0 protected
  • 1.1.1 protected
  • 1.1.0 protected
  • 1.0.0 protected
  • 1.0.0rc1 protected
  • 1.0.0rc0 protected
  • 1.0.0-rc protected
  • 0.62.0 protected
  • 0.61.0 protected
  • 0.60.1 protected
  • 0.58.1 protected
  • 0.60.0 protected
  • 0.58.0 protected
  • 0.57.0 protected
  • 0.56.0 protected
  • 0.55.1 protected
  • 0.55.0 protected
  • 0.54.3 protected
  • 0.54.2 protected
28 results

signing_key.py

  • Moul's avatar
    08077e86
    [enh] SigningKey: add read and write methods for private key: · 08077e86
    Moul authored and Vincent Texier's avatar Vincent Texier committed
    - cleaner separation of implementations between the software and the lib:
      - the client does not need to import libnacl
      - save() method already exists:
        - The new method allows its presence in the documentation
        - it could be find reading the example
        - as a beginner it’s not obvious to find it from the code
        as you have to understand super() and the inheritance schema in libnactl code.
    
    - update save_and_load_private_key_file example
    08077e86
    History
    [enh] SigningKey: add read and write methods for private key:
    Moul authored and Vincent Texier's avatar Vincent Texier committed
    - cleaner separation of implementations between the software and the lib:
      - the client does not need to import libnacl
      - save() method already exists:
        - The new method allows its presence in the documentation
        - it could be find reading the example
        - as a beginner it’s not obvious to find it from the code
        as you have to understand super() and the inheritance schema in libnactl code.
    
    - update save_and_load_private_key_file example