Skip to content
Snippets Groups Projects
Select Git revision
  • 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
27 results

save_and_load_private_key_file.py

  • Moul's avatar
    57fe8efa
    [enh] SignigKey: add read and write methods for private key: · 57fe8efa
    Moul authored
    - 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
    57fe8efa
    History
    [enh] SignigKey: add read and write methods for private key:
    Moul authored
    - 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