Nov. 29, 2018
11:01 a.m.
On Wed, Nov 21, 2018 at 07:06:08PM -0500, Richard Kenneth Eng wrote:
I'm creating the competition website using Pharo and Teapot. For encryption, I'm using Pierce Ng's PasswordCrypt, which requires a 32-bit C library. This means I must run 32-bit Pharo.
PasswordCrypt can be built as a 64-bit library. (Was away on vacation. Just saw this.) Pierce