- 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.