Part of ENG-3408.This one implements base64 encode, which replaces the slow JS implementation.
This implementation is inspired by this article but it is somehow modified (original article impl requires C++20).
Depends on D7485
Differential D7486
[native][utils-module] Implement base64 encode bartek on Apr 18 2023, 8:12 AM. Authored by Tags None Referenced Files
Details Part of ENG-3408.This one implements base64 encode, which replaces the slow JS implementation. This implementation is inspired by this article but it is somehow modified (original article impl requires C++20). Depends on D7485 Called this from JS for various cases and compared it with online converter. Results are equal for each padding value (0, 1, 2).
Diff Detail
Event Timeline
|