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:
parent
69ce5917f6
commit
c230b47ef2
2 changed files with 22 additions and 2 deletions
|
@ -114,7 +114,8 @@ module.exports = function(grunt) {
|
|||
'curve25519_verify',
|
||||
'crypto_sign_ed25519_ref10_ge_scalarmult_base',
|
||||
'sph_sha512_init',
|
||||
'malloc'
|
||||
'malloc',
|
||||
'free'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue