python-pure25519 icon indicating copy to clipboard operation
python-pure25519 copied to clipboard

pure-python routines for curve25519/ed25519

Results 3 python-pure25519 issues
Sort by recently updated
recently updated
newest added

When trying to generate an Ed25519 signature using eBay's private key which I believe is 64 character base64, the length is too long. When I convert to to binary the...

No major changes. Tests still pass.

add base64_urlsafe encoding support for sigs and keys to oop implementation.