Skip to content

Commit

Permalink
Added doc message
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjyot Singh committed Oct 19, 2018
1 parent 5bb8738 commit b6b4ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cryptoconditions/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ def ed25519_generate_key_pair(seed=None):
"""
Generate a new key pair.
Args:
seed (str) : seed for deterministic generation.
Returns:
A tuple of (private_key, public_key) encoded in base58.
"""
Expand Down

0 comments on commit b6b4ac4

Please sign in to comment.