wolfSSL / wolfcrypt-py

A Python wrapper that encapsulates wolfSSL's wolfCrypt API.
https://wolfssl.github.io/wolfcrypt-py
31 stars 19 forks source link

Ed25519Private: change to handle public keys #3

Closed danielinux closed 5 years ago

danielinux commented 5 years ago

Ed25519 class can now handle the pubic key part as well. This allows to store a complete key created with Ed25519.make_key() in two separate buffers (priv + public).

Please consider for merge.

Thanks,

/d