codereport / jsource

J Language Source Code. Livestream links ⬇️
https://www.youtube.com/playlist?list=PLVFrD1dmDdvfVhYLU_iKkV67X9XqCJLWe
Other
38 stars 20 forks source link

Remove references to architecture specific code in Base64 library #149

Closed herwinw closed 3 years ago

herwinw commented 3 years ago

Although all architecture specific code had been removed, there were still a lot of references to it. This MR describes a lot of baby steps to remove those.

The public interface has been limited to base64_encode and base64_decode, the streaming internals are hidden (well, almost, there's still a struct in the header file). This would be a nice starting point to replace the complete implementation with a C++ one.