node/deps/base64
Facundo Tuesca 4bee69a8c4 deps: update base64 to 0.5.0
PR-URL: https://github.com/nodejs/node/pull/45509
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2022-11-20 12:06:25 +00:00
..
base64 deps: update base64 to 0.5.0 2022-11-20 12:06:25 +00:00
README.md
base64.gyp

README.md

base64

This project boosts base64 encoding/decoding performance by utilizing SIMD operations where possible.

The source is pulled from: https://github.com/aklomp/base64

Active development occurs in the default branch (currently named master).

Updating

$ git clone https://github.com/aklomp/base64