SYMBOL INDEX (101 symbols across 18 files) FILE: .jupyter/jupyter_server_config.py function _strip_outputs_pre_save (line 4) | def _strip_outputs_pre_save(model, **kwargs): FILE: apps/arweave/c_src/ar_nif.c function ERL_NIF_TERM (line 6) | ERL_NIF_TERM solution_tuple(ErlNifEnv* envPtr, ERL_NIF_TERM hashTerm) { function ERL_NIF_TERM (line 10) | ERL_NIF_TERM ok_tuple(ErlNifEnv* envPtr, ERL_NIF_TERM term) function ERL_NIF_TERM (line 15) | ERL_NIF_TERM ok_tuple2(ErlNifEnv* envPtr, ERL_NIF_TERM term1, ERL_NIF_TE... function ERL_NIF_TERM (line 20) | ERL_NIF_TERM error_tuple(ErlNifEnv* envPtr, const char* reason) function ERL_NIF_TERM (line 26) | ERL_NIF_TERM make_output_binary(ErlNifEnv* envPtr, unsigned char *dataPt... FILE: apps/arweave/c_src/randomx/ar_randomx_impl.h type boolean (line 18) | typedef enum { FALSE, TRUE } boolean; type workerThread (line 20) | struct workerThread { type hashing_mode (line 29) | typedef enum { type state (line 34) | struct state { type state (line 55) | struct state type state (line 56) | struct state type state (line 59) | struct state function ERL_NIF_TERM (line 61) | static ERL_NIF_TERM init_nif(ErlNifEnv* envPtr, int argc, const ERL_NIF_... function ERL_NIF_TERM (line 139) | static ERL_NIF_TERM info_nif( function ERL_NIF_TERM (line 190) | static ERL_NIF_TERM hash_nif( function load (line 235) | static int load(ErlNifEnv* envPtr, void** priv, ERL_NIF_TERM info) function state_dtor (line 246) | static void state_dtor(ErlNifEnv* envPtr, void* objPtr) function boolean (line 266) | static boolean init_dataset( type workerThread (line 328) | struct workerThread type workerThread (line 328) | struct workerThread function ERL_NIF_TERM (line 337) | static ERL_NIF_TERM init_failed(ErlNifEnv *envPtr, struct state *statePt... function randomx_vm (line 355) | static randomx_vm* create_vm(struct state* statePtr, function destroy_vm (line 390) | static void destroy_vm(struct state* statePtr, randomx_vm* vmPtr) { FILE: apps/arweave/c_src/randomx/feistel_msgsize_key_cipher.cpp function feistel_hash (line 7) | void feistel_hash(const unsigned char *in_r, const unsigned char *in_k, ... function feistel_encrypt_block (line 16) | void feistel_encrypt_block(const unsigned char *in_left, const unsigned ... function feistel_decrypt_block (line 54) | void feistel_decrypt_block(const unsigned char *in_left, const unsigned ... function feistel_encrypt (line 96) | void feistel_encrypt(const unsigned char *plaintext, const size_t plaint... function feistel_decrypt (line 120) | void feistel_decrypt(const unsigned char *ciphertext, const size_t ciphe... FILE: apps/arweave/c_src/randomx/randomx_long_with_entropy.cpp function RANDOMX_EXPORT (line 34) | RANDOMX_EXPORT void randomx_encrypt_chunk(randomx_vm *machine, const uns... function RANDOMX_EXPORT (line 42) | RANDOMX_EXPORT void randomx_decrypt_chunk(randomx_vm *machine, const uns... FILE: apps/arweave/c_src/randomx/randomx_squared.cpp function _rsp_mix_entropy_near (line 13) | void _rsp_mix_entropy_near( function _rsp_exec_inplace (line 57) | void _rsp_exec_inplace( function _copy_chunk_cross_lane (line 88) | void _copy_chunk_cross_lane( function _rsp_mix_entropy_far (line 124) | void _rsp_mix_entropy_far( function rsp_fused_entropy (line 157) | int rsp_fused_entropy( FILE: apps/arweave/c_src/randomx/rx4096/ar_rx4096_nif.c function rx4096_load (line 37) | static int rx4096_load(ErlNifEnv* envPtr, void** priv, ERL_NIF_TERM info) function ERL_NIF_TERM (line 42) | static ERL_NIF_TERM rx4096_info_nif(ErlNifEnv* envPtr, int argc, const E... function ERL_NIF_TERM (line 47) | static ERL_NIF_TERM rx4096_init_nif(ErlNifEnv* envPtr, int argc, const E... function ERL_NIF_TERM (line 52) | static ERL_NIF_TERM rx4096_hash_nif(ErlNifEnv* envPtr, int argc, const E... function ERL_NIF_TERM (line 57) | static ERL_NIF_TERM encrypt_composite_chunk(ErlNifEnv* envPtr, function ERL_NIF_TERM (line 117) | static ERL_NIF_TERM decrypt_composite_chunk(ErlNifEnv* envPtr, function ERL_NIF_TERM (line 173) | static ERL_NIF_TERM rx4096_encrypt_composite_chunk_nif( function ERL_NIF_TERM (line 244) | static ERL_NIF_TERM rx4096_decrypt_composite_chunk_nif( function ERL_NIF_TERM (line 323) | static ERL_NIF_TERM rx4096_decrypt_composite_sub_chunk_nif( function ERL_NIF_TERM (line 428) | static ERL_NIF_TERM rx4096_reencrypt_composite_chunk_nif( FILE: apps/arweave/c_src/randomx/rx512/ar_rx512_nif.c function rx512_load (line 19) | static int rx512_load(ErlNifEnv* envPtr, void** priv, ERL_NIF_TERM info) function ERL_NIF_TERM (line 24) | static ERL_NIF_TERM rx512_info_nif(ErlNifEnv* envPtr, int argc, const ER... function ERL_NIF_TERM (line 29) | static ERL_NIF_TERM rx512_init_nif(ErlNifEnv* envPtr, int argc, const ER... function ERL_NIF_TERM (line 34) | static ERL_NIF_TERM rx512_hash_nif(ErlNifEnv* envPtr, int argc, const ER... function ERL_NIF_TERM (line 39) | static ERL_NIF_TERM decrypt_chunk(ErlNifEnv* envPtr, function ERL_NIF_TERM (line 49) | static ERL_NIF_TERM encrypt_chunk(ErlNifEnv* envPtr, function ERL_NIF_TERM (line 74) | static ERL_NIF_TERM rx512_encrypt_chunk_nif( function ERL_NIF_TERM (line 128) | static ERL_NIF_TERM rx512_decrypt_chunk_nif( function ERL_NIF_TERM (line 191) | static ERL_NIF_TERM rx512_reencrypt_chunk_nif( FILE: apps/arweave/c_src/randomx/rxsquared/ar_rxsquared_nif.c function rxsquared_load (line 18) | static int rxsquared_load(ErlNifEnv* envPtr, void** priv, ERL_NIF_TERM i... function ERL_NIF_TERM (line 22) | static ERL_NIF_TERM rxsquared_info_nif(ErlNifEnv* envPtr, int argc, cons... function ERL_NIF_TERM (line 26) | static ERL_NIF_TERM rxsquared_init_nif(ErlNifEnv* envPtr, int argc, cons... function ERL_NIF_TERM (line 30) | static ERL_NIF_TERM rxsquared_hash_nif(ErlNifEnv* envPtr, int argc, cons... function ERL_NIF_TERM (line 35) | static ERL_NIF_TERM rsp_feistel_encrypt_nif( function ERL_NIF_TERM (line 74) | static ERL_NIF_TERM rsp_feistel_decrypt_nif( function ERL_NIF_TERM (line 113) | static ERL_NIF_TERM rsp_fused_entropy_nif(ErlNifEnv* envPtr, int argc, c... FILE: apps/arweave/c_src/secp256k1/secp256k1_nif.c function secp256k1_load (line 23) | static int secp256k1_load(ErlNifEnv* env, void** priv, ERL_NIF_TERM load... function fill_devurandom (line 27) | static int fill_devurandom(void* buffer, size_t size) { function fill_random (line 55) | static int fill_random(void* buffer, size_t size) { function secure_erase (line 90) | static void secure_erase(void *ptr, size_t len) { function ERL_NIF_TERM (line 111) | static ERL_NIF_TERM sign_recoverable(ErlNifEnv *env, int argc, const ERL... function ERL_NIF_TERM (line 185) | static ERL_NIF_TERM recover_pk_and_verify(ErlNifEnv *env, int argc, cons... FILE: apps/arweave/c_src/vdf/ar_vdf_nif.c function vdf_load (line 33) | static int vdf_load(ErlNifEnv* env, void** priv, ERL_NIF_TERM load_info) { function ERL_NIF_TERM (line 73) | static ERL_NIF_TERM vdf_sha2_nif(ErlNifEnv* envPtr, int argc, const ERL_... function ERL_NIF_TERM (line 113) | static ERL_NIF_TERM vdf_sha2_fused_nif(ErlNifEnv* envPtr, int argc, cons... function ERL_NIF_TERM (line 153) | static ERL_NIF_TERM vdf_sha2_hiopt_nif(ErlNifEnv* envPtr, int argc, cons... function ERL_NIF_TERM (line 194) | static ERL_NIF_TERM vdf_parallel_sha_verify_with_reset_nif( FILE: apps/arweave/c_src/vdf/vdf.cpp type vdf_sha_thread_arg (line 12) | struct vdf_sha_thread_arg { type vdf_sha_verify_thread_arg (line 22) | struct vdf_sha_verify_thread_arg class vdf_verify_job (line 24) | class vdf_verify_job { type vdf_sha_verify_thread_arg (line 43) | struct vdf_sha_verify_thread_arg { function _vdf_sha2 (line 55) | void _vdf_sha2(unsigned char* saltBuffer, unsigned char* seed, unsigned ... function vdf_sha2 (line 143) | void vdf_sha2(unsigned char* saltBuffer, unsigned char* seed, unsigned c... function _vdf_sha_verify_thread (line 155) | void _vdf_sha_verify_thread(vdf_sha_verify_thread_arg* _arg) { function reset_mix (line 209) | void reset_mix(unsigned char* res, unsigned char* prevOutput, unsigned c... function fast_rev_cmp256 (line 217) | bool fast_rev_cmp256(unsigned char* a, unsigned char* b) { function _vdf_sha_verify_with_reset_thread (line 225) | void _vdf_sha_verify_with_reset_thread(vdf_sha_verify_thread_arg* _arg) { function vdf_parallel_sha_verify_with_reset (line 288) | bool vdf_parallel_sha_verify_with_reset(unsigned char* startSaltBuffer, ... FILE: apps/arweave/c_src/vdf/vdf.h function long_add (line 9) | static inline void long_add(unsigned char* saltBuffer, int checkpointIdx) { FILE: apps/arweave/c_src/vdf/vdf_fused_arm.cpp function sha2_p2_32_32_rev_norm (line 29) | void sha2_p2_32_32_rev_norm (unsigned char *output, function sha2_p2_32_32_norm_loop (line 349) | void sha2_p2_32_32_norm_loop(unsigned char *tempOut, function sha2_p2_32_32_norm_rev (line 668) | void sha2_p2_32_32_norm_rev (unsigned char *output, function _vdf_sha2_fused_arm (line 993) | void _vdf_sha2_fused_arm(unsigned char* saltBuffer, unsigned char* seed,... function vdf_sha2_fused_arm (line 1028) | void vdf_sha2_fused_arm(unsigned char* saltBuffer, unsigned char* seed, ... FILE: apps/arweave/c_src/vdf/vdf_fused_x86.cpp function _vdf_sha2_fused_x86 (line 504) | void _vdf_sha2_fused_x86(unsigned char* saltBuffer, unsigned char* seed,... function vdf_sha2_fused_x86 (line 544) | void vdf_sha2_fused_x86(unsigned char* saltBuffer, unsigned char* seed, ... FILE: apps/arweave/c_src/vdf/vdf_hiopt_arm.cpp function reverse_endianness_asm (line 9) | void reverse_endianness_asm(const uint32_t h[8], uint8_t* md) { function _vdf_sha2_hiopt_arm (line 41) | void _vdf_sha2_hiopt_arm(unsigned char* saltBuffer, unsigned char* seed,... function vdf_sha2_hiopt_arm (line 99) | void vdf_sha2_hiopt_arm(unsigned char* saltBuffer, unsigned char* seed, ... FILE: apps/randomx_square_latency_tester/main.cpp function main (line 7) | int main() { FILE: scripts/surefire_to_html.py function usage (line 11) | def usage(): function main (line 14) | def main(): function from_stdin (line 24) | def from_stdin(): function from_file (line 29) | def from_file(file): function convert (line 34) | def convert(element):