Functions§
- anse2_
decrypt - anse2_
decrypt_ c - decrypt: allocating buffer and returns it from out_ptr and out_len. (It’s just a same as encrypt)
- anse2_
decrypt_ wasm - anse2_
encrypt - anse2_
encrypt_ c - encrypt: allocating buffer and returns it from out_ptr and out_len. caller needed to call anse2_free_buffer for freeing. error codes: 0 = ok 1 = null pointer (input or output or key) 2 = allocation failure 3 = invalid utf8 in key
- anse2_
encrypt_ wasm - anse2_
free_ buffer - free buffer previously returned by encrypt/decrypt
- anse2_
init_ tables - anse2_
init_ wasm - init_
cipher