SignigKey: add read and write methods for private key:
Compare changes
Files
2+ 23
− 0
@@ -8,6 +8,7 @@ from typing import Optional, Union, TypeVar, Type
@@ -67,6 +68,28 @@ class SigningKey(libnacl.sign.Signer):
cleaner separation of implementations between the software and the lib:
update save_and_load_private_key_file example