libsodium-jni icon indicating copy to clipboard operation
libsodium-jni copied to clipboard

Kill use of getBytes() which depends on platform encoding.

Open lhunath opened this issue 7 years ago • 3 comments

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.

lhunath avatar May 19 '18 23:05 lhunath

This one failed with:

IOError: [Errno 28] No space left on device

Not sure what to do with that.

lhunath avatar May 20 '18 14:05 lhunath

Build has been restarted.

joshjdevl avatar May 20 '18 23:05 joshjdevl

Looks like the real issue is HashTest failing.

lhunath avatar May 20 '18 23:05 lhunath