libsodium-jni
libsodium-jni copied to clipboard
Kill use of getBytes() which depends on platform encoding.
Hash uses String.getBytes() even though we're passing in an Encoder. getBytes uses the current platform encoding, which is unpredictable. Replace it with usage of the Encoder.
This one failed with:
IOError: [Errno 28] No space left on device
Not sure what to do with that.
Build has been restarted.
Looks like the real issue is HashTest failing.