Skip to content
Snippets Groups Projects
Commit 4617f89d authored by Donald Stufft's avatar Donald Stufft
Browse files

Include the ability to sign data using ed25519

* nacl.signing.SigningKey represents a single signing key and
  gets intitalized with a seed value.
* nacl.signing.SigningKey.generate() creates a random seed
  and instiates a SigningKey with it.
* nacl.signing.SigningKey().sign() returns a bytes subclass that
  contains the signature and message concated together. However
  it also contains a .signature and .messge property to get the
  components seperately.
parent 26b16364
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment