Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: remove base64_select_table and base64_table | Tobias Nießen | 2022-08-31 | 1 | -1/+5 |
* | src: remove dead code in base64_encode | Tobias Nießen | 2022-07-25 | 1 | -6/+0 |
* | deps,src: use SIMD for normal base64 encoding | Brian White | 2022-07-14 | 1 | -0/+6 |
* | src: disable unfixable MSVC warnings | Michaël Zasso | 2021-02-20 | 1 | -0/+8 |
* | src: avoid implicit type conversions (take 2) | Michaël Zasso | 2021-02-20 | 1 | -19/+15 |
* | crypto: refactoring internals, add WebCrypto | James M Snell | 2020-10-07 | 1 | -9/+11 |
* | src: move all base64.h inline methods into -inl.h header file | Anna Henningsen | 2020-10-03 | 1 | -0/+85 |
* | src: create helper for reading Uint32BE | Juan José Arboleda | 2020-09-30 | 1 | -0/+98 |