Rebuild curve25519 for free

Add free to the list of exposed functions so that it can be called,
then `grunt compile concat:curve25519`
This commit is contained in:
lilia 2015-02-11 02:55:42 -08:00
parent 69ce5917f6
commit c230b47ef2
2 changed files with 22 additions and 2 deletions

View file

@ -114,7 +114,8 @@ module.exports = function(grunt) {
'curve25519_verify',
'crypto_sign_ed25519_ref10_ge_scalarmult_base',
'sph_sha512_init',
'malloc'
'malloc',
'free'
]
}
},