Oct. 5, 2017
4 a.m.
Hi, I ported Nacl (a libsodium wrapper) from the old FFI apicall: format to use the UFFI ffiCall:, but there should be something terribly wrong because is crashing the VM, in both Windows 8.1 and Linux. How to reproduce in Pharo 6.1 Metacello new smalltalkhubUser: 'tonyg' project: 'Crypto-Nacl'; configuration: 'Nacl'; version: #development; load. (Nacl hashString: 'The quick brown fox jumps over the lazy dog') hex This one does deserve a bug entry? Cheers, Hernán