Closed afck closed 6 years ago
This removes the unneeded length from key and signature representation, removing 8 bytes from each. Also adds from_bytes and to_bytes methods to convert keys and signatures.
from_bytes
to_bytes
Closes #63.
This removes the unneeded length from key and signature representation, removing 8 bytes from each. Also adds
from_bytes
andto_bytes
methods to convert keys and signatures.Closes #63.