gorb314 / libb64

libb64: Base64 Encoding/Decoding Routines
Other
2 stars 1 forks source link

fix: apply quick workaround for Android NDK #4

Open brodycj opened 3 years ago

brodycj commented 3 years ago

to avoid an issue due to some lossy casting

as needed for armeabi-v7a (32-bit) & arm64-v8a (not needed for x86 32-bit or 64-bit)

I have a feeling that this could use a little optimization to avoid some extra repeated code.