Skip to content

Python Moera library 0.15.5

Latest
Compare
Choose a tag to compare
@smelamud smelamud released this 28 Aug 23:12
· 2 commits to master since this release
  • Updated API.
  • Added crypto primitives to serialize and restore keys in raw format: raw_public_key(), raw_to_public_key(), raw_private_key(), raw_to_private_key().
  • Added generate_carte() function for generating cartes using the private signing key.
  • Added carte parameters to MoeraCarteSource constructor.