marshallpierce / rust-base64

base64, in rust
Apache License 2.0
606 stars 113 forks source link

Switch add_padding() to use encoded len #223

Closed marshallpierce closed 1 year ago

marshallpierce commented 1 year ago

Simpler arithmetic offers a small speedup on short inputs.