RustCrypto / formats

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
228 stars 121 forks source link

Add support for Base32 upper unpadded alphabet #1406

Closed dodomorandi closed 1 month ago

dodomorandi commented 1 month ago

This is a pretty straightforward addition, without any breaking change.

I added a couple of tests, almost copy-pasting the code already available.

Closes #1405