-
Notifications
You must be signed in to change notification settings - Fork 127
/
exported_functions.js
685 lines (685 loc) · 22.9 KB
/
exported_functions.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
export EXPORTED_FUNCTIONS_STANDARD=[
"crypto_aead_chacha20poly1305_abytes",
"crypto_aead_chacha20poly1305_decrypt",
"crypto_aead_chacha20poly1305_decrypt_detached",
"crypto_aead_chacha20poly1305_encrypt",
"crypto_aead_chacha20poly1305_encrypt_detached",
"crypto_aead_chacha20poly1305_ietf_abytes",
"crypto_aead_chacha20poly1305_ietf_decrypt",
"crypto_aead_chacha20poly1305_ietf_decrypt_detached",
"crypto_aead_chacha20poly1305_ietf_encrypt",
"crypto_aead_chacha20poly1305_ietf_encrypt_detached",
"crypto_aead_chacha20poly1305_ietf_keybytes",
"crypto_aead_chacha20poly1305_ietf_keygen",
"crypto_aead_chacha20poly1305_ietf_npubbytes",
"crypto_aead_chacha20poly1305_ietf_nsecbytes",
"crypto_aead_chacha20poly1305_keybytes",
"crypto_aead_chacha20poly1305_keygen",
"crypto_aead_chacha20poly1305_npubbytes",
"crypto_aead_chacha20poly1305_nsecbytes",
"crypto_aead_xchacha20poly1305_ietf_abytes",
"crypto_aead_xchacha20poly1305_ietf_decrypt",
"crypto_aead_xchacha20poly1305_ietf_decrypt_detached",
"crypto_aead_xchacha20poly1305_ietf_encrypt",
"crypto_aead_xchacha20poly1305_ietf_encrypt_detached",
"crypto_aead_xchacha20poly1305_ietf_keybytes",
"crypto_aead_xchacha20poly1305_ietf_keygen",
"crypto_aead_xchacha20poly1305_ietf_npubbytes",
"crypto_aead_xchacha20poly1305_ietf_nsecbytes",
"crypto_auth",
"crypto_auth_bytes",
"crypto_auth_keybytes",
"crypto_auth_keygen",
"crypto_auth_verify",
"crypto_box_beforenm",
"crypto_box_beforenmbytes",
"crypto_box_detached",
"crypto_box_detached_afternm",
"crypto_box_easy",
"crypto_box_easy_afternm",
"crypto_box_keypair",
"crypto_box_macbytes",
"crypto_box_noncebytes",
"crypto_box_open_detached",
"crypto_box_open_detached_afternm",
"crypto_box_open_easy",
"crypto_box_open_easy_afternm",
"crypto_box_publickeybytes",
"crypto_box_seal",
"crypto_box_seal_open",
"crypto_box_sealbytes",
"crypto_box_secretkeybytes",
"crypto_box_seed_keypair",
"crypto_box_seedbytes",
"crypto_core_hchacha20",
"crypto_core_hchacha20_constbytes",
"crypto_core_hchacha20_inputbytes",
"crypto_core_hchacha20_keybytes",
"crypto_core_hchacha20_outputbytes",
"crypto_generichash",
"crypto_generichash_bytes",
"crypto_generichash_bytes_max",
"crypto_generichash_bytes_min",
"crypto_generichash_final",
"crypto_generichash_init",
"crypto_generichash_keybytes",
"crypto_generichash_keybytes_max",
"crypto_generichash_keybytes_min",
"crypto_generichash_keygen",
"crypto_generichash_statebytes",
"crypto_generichash_update",
"crypto_hash",
"crypto_hash_bytes",
"crypto_kdf_bytes_max",
"crypto_kdf_bytes_min",
"crypto_kdf_contextbytes",
"crypto_kdf_derive_from_key",
"crypto_kdf_keybytes",
"crypto_kdf_keygen",
"crypto_kx_client_session_keys",
"crypto_kx_keypair",
"crypto_kx_publickeybytes",
"crypto_kx_secretkeybytes",
"crypto_kx_seed_keypair",
"crypto_kx_seedbytes",
"crypto_kx_server_session_keys",
"crypto_kx_sessionkeybytes",
"crypto_pwhash",
"crypto_pwhash_alg_argon2i13",
"crypto_pwhash_alg_argon2id13",
"crypto_pwhash_alg_default",
"crypto_pwhash_bytes_max",
"crypto_pwhash_bytes_min",
"crypto_pwhash_memlimit_interactive",
"crypto_pwhash_memlimit_max",
"crypto_pwhash_memlimit_min",
"crypto_pwhash_memlimit_moderate",
"crypto_pwhash_memlimit_sensitive",
"crypto_pwhash_opslimit_interactive",
"crypto_pwhash_opslimit_max",
"crypto_pwhash_opslimit_min",
"crypto_pwhash_opslimit_moderate",
"crypto_pwhash_opslimit_sensitive",
"crypto_pwhash_passwd_max",
"crypto_pwhash_passwd_min",
"crypto_pwhash_primitive",
"crypto_pwhash_saltbytes",
"crypto_pwhash_str",
"crypto_pwhash_str_alg",
"crypto_pwhash_str_needs_rehash",
"crypto_pwhash_str_verify",
"crypto_pwhash_strbytes",
"crypto_pwhash_strprefix",
"crypto_scalarmult",
"crypto_scalarmult_base",
"crypto_scalarmult_bytes",
"crypto_scalarmult_scalarbytes",
"crypto_secretbox_detached",
"crypto_secretbox_easy",
"crypto_secretbox_keybytes",
"crypto_secretbox_keygen",
"crypto_secretbox_macbytes",
"crypto_secretbox_noncebytes",
"crypto_secretbox_open_detached",
"crypto_secretbox_open_easy",
"crypto_secretstream_xchacha20poly1305_abytes",
"crypto_secretstream_xchacha20poly1305_headerbytes",
"crypto_secretstream_xchacha20poly1305_init_pull",
"crypto_secretstream_xchacha20poly1305_init_push",
"crypto_secretstream_xchacha20poly1305_keybytes",
"crypto_secretstream_xchacha20poly1305_keygen",
"crypto_secretstream_xchacha20poly1305_messagebytes_max",
"crypto_secretstream_xchacha20poly1305_pull",
"crypto_secretstream_xchacha20poly1305_push",
"crypto_secretstream_xchacha20poly1305_rekey",
"crypto_secretstream_xchacha20poly1305_statebytes",
"crypto_secretstream_xchacha20poly1305_tag_final",
"crypto_secretstream_xchacha20poly1305_tag_message",
"crypto_secretstream_xchacha20poly1305_tag_push",
"crypto_secretstream_xchacha20poly1305_tag_rekey",
"crypto_shorthash",
"crypto_shorthash_bytes",
"crypto_shorthash_keybytes",
"crypto_shorthash_keygen",
"crypto_sign",
"crypto_sign_bytes",
"crypto_sign_detached",
"crypto_sign_ed25519_pk_to_curve25519",
"crypto_sign_ed25519_sk_to_curve25519",
"crypto_sign_final_create",
"crypto_sign_final_verify",
"crypto_sign_init",
"crypto_sign_keypair",
"crypto_sign_open",
"crypto_sign_publickeybytes",
"crypto_sign_secretkeybytes",
"crypto_sign_seed_keypair",
"crypto_sign_seedbytes",
"crypto_sign_statebytes",
"crypto_sign_update",
"crypto_sign_verify_detached",
"crypto_stream_keygen",
"_randombytes",
"_randombytes_buf",
"_randombytes_buf_deterministic",
"_randombytes_close",
"_randombytes_random",
"_randombytes_seedbytes",
"_randombytes_stir",
"_randombytes_uniform",
"_sodium_base642bin",
"_sodium_base64_encoded_len",
"_sodium_bin2base64",
"_sodium_bin2hex",
"_sodium_hex2bin",
"_sodium_init",
"_sodium_library_minimal",
"_sodium_library_version_major",
"_sodium_library_version_minor",
"_sodium_pad",
"_sodium_unpad",
"_sodium_version_string"]
export EXPORTED_FUNCTIONS_SUMO=[
"crypto_aead_chacha20poly1305_abytes",
"crypto_aead_chacha20poly1305_decrypt",
"crypto_aead_chacha20poly1305_decrypt_detached",
"crypto_aead_chacha20poly1305_encrypt",
"crypto_aead_chacha20poly1305_encrypt_detached",
"crypto_aead_chacha20poly1305_ietf_abytes",
"crypto_aead_chacha20poly1305_ietf_decrypt",
"crypto_aead_chacha20poly1305_ietf_decrypt_detached",
"crypto_aead_chacha20poly1305_ietf_encrypt",
"crypto_aead_chacha20poly1305_ietf_encrypt_detached",
"crypto_aead_chacha20poly1305_ietf_keybytes",
"crypto_aead_chacha20poly1305_ietf_keygen",
"crypto_aead_chacha20poly1305_ietf_npubbytes",
"crypto_aead_chacha20poly1305_ietf_nsecbytes",
"crypto_aead_chacha20poly1305_keybytes",
"crypto_aead_chacha20poly1305_keygen",
"crypto_aead_chacha20poly1305_npubbytes",
"crypto_aead_chacha20poly1305_nsecbytes",
"crypto_aead_xchacha20poly1305_ietf_abytes",
"crypto_aead_xchacha20poly1305_ietf_decrypt",
"crypto_aead_xchacha20poly1305_ietf_decrypt_detached",
"crypto_aead_xchacha20poly1305_ietf_encrypt",
"crypto_aead_xchacha20poly1305_ietf_encrypt_detached",
"crypto_aead_xchacha20poly1305_ietf_keybytes",
"crypto_aead_xchacha20poly1305_ietf_keygen",
"crypto_aead_xchacha20poly1305_ietf_npubbytes",
"crypto_aead_xchacha20poly1305_ietf_nsecbytes",
"crypto_auth",
"crypto_auth_bytes",
"crypto_auth_hmacsha256",
"crypto_auth_hmacsha256_bytes",
"crypto_auth_hmacsha256_final",
"crypto_auth_hmacsha256_init",
"crypto_auth_hmacsha256_keybytes",
"crypto_auth_hmacsha256_keygen",
"crypto_auth_hmacsha256_statebytes",
"crypto_auth_hmacsha256_update",
"crypto_auth_hmacsha256_verify",
"crypto_auth_hmacsha512",
"crypto_auth_hmacsha512256",
"crypto_auth_hmacsha512256_bytes",
"crypto_auth_hmacsha512256_final",
"crypto_auth_hmacsha512256_init",
"crypto_auth_hmacsha512256_keybytes",
"crypto_auth_hmacsha512256_keygen",
"crypto_auth_hmacsha512256_statebytes",
"crypto_auth_hmacsha512256_update",
"crypto_auth_hmacsha512256_verify",
"crypto_auth_hmacsha512_bytes",
"crypto_auth_hmacsha512_final",
"crypto_auth_hmacsha512_init",
"crypto_auth_hmacsha512_keybytes",
"crypto_auth_hmacsha512_keygen",
"crypto_auth_hmacsha512_statebytes",
"crypto_auth_hmacsha512_update",
"crypto_auth_hmacsha512_verify",
"crypto_auth_keybytes",
"crypto_auth_keygen",
"crypto_auth_primitive",
"crypto_auth_verify",
"crypto_box",
"crypto_box_afternm",
"crypto_box_beforenm",
"crypto_box_beforenmbytes",
"crypto_box_boxzerobytes",
"crypto_box_curve25519xchacha20poly1305_beforenm",
"crypto_box_curve25519xchacha20poly1305_beforenmbytes",
"crypto_box_curve25519xchacha20poly1305_detached",
"crypto_box_curve25519xchacha20poly1305_detached_afternm",
"crypto_box_curve25519xchacha20poly1305_easy",
"crypto_box_curve25519xchacha20poly1305_easy_afternm",
"crypto_box_curve25519xchacha20poly1305_keypair",
"crypto_box_curve25519xchacha20poly1305_macbytes",
"crypto_box_curve25519xchacha20poly1305_noncebytes",
"crypto_box_curve25519xchacha20poly1305_open_detached",
"crypto_box_curve25519xchacha20poly1305_open_detached_afternm",
"crypto_box_curve25519xchacha20poly1305_open_easy",
"crypto_box_curve25519xchacha20poly1305_open_easy_afternm",
"crypto_box_curve25519xchacha20poly1305_publickeybytes",
"crypto_box_curve25519xchacha20poly1305_seal",
"crypto_box_curve25519xchacha20poly1305_seal_open",
"crypto_box_curve25519xchacha20poly1305_sealbytes",
"crypto_box_curve25519xchacha20poly1305_secretkeybytes",
"crypto_box_curve25519xchacha20poly1305_seed_keypair",
"crypto_box_curve25519xchacha20poly1305_seedbytes",
"crypto_box_curve25519xsalsa20poly1305",
"crypto_box_curve25519xsalsa20poly1305_afternm",
"crypto_box_curve25519xsalsa20poly1305_beforenm",
"crypto_box_curve25519xsalsa20poly1305_beforenmbytes",
"crypto_box_curve25519xsalsa20poly1305_boxzerobytes",
"crypto_box_curve25519xsalsa20poly1305_keypair",
"crypto_box_curve25519xsalsa20poly1305_macbytes",
"crypto_box_curve25519xsalsa20poly1305_noncebytes",
"crypto_box_curve25519xsalsa20poly1305_open",
"crypto_box_curve25519xsalsa20poly1305_open_afternm",
"crypto_box_curve25519xsalsa20poly1305_publickeybytes",
"crypto_box_curve25519xsalsa20poly1305_secretkeybytes",
"crypto_box_curve25519xsalsa20poly1305_seed_keypair",
"crypto_box_curve25519xsalsa20poly1305_seedbytes",
"crypto_box_curve25519xsalsa20poly1305_zerobytes",
"crypto_box_detached",
"crypto_box_detached_afternm",
"crypto_box_easy",
"crypto_box_easy_afternm",
"crypto_box_keypair",
"crypto_box_macbytes",
"crypto_box_noncebytes",
"crypto_box_open",
"crypto_box_open_afternm",
"crypto_box_open_detached",
"crypto_box_open_detached_afternm",
"crypto_box_open_easy",
"crypto_box_open_easy_afternm",
"crypto_box_primitive",
"crypto_box_publickeybytes",
"crypto_box_seal",
"crypto_box_seal_open",
"crypto_box_sealbytes",
"crypto_box_secretkeybytes",
"crypto_box_seed_keypair",
"crypto_box_seedbytes",
"crypto_box_zerobytes",
"crypto_core_ed25519_add",
"crypto_core_ed25519_bytes",
"crypto_core_ed25519_from_uniform",
"crypto_core_ed25519_is_valid_point",
"crypto_core_ed25519_sub",
"crypto_core_ed25519_uniformbytes",
"crypto_core_hchacha20",
"crypto_core_hchacha20_constbytes",
"crypto_core_hchacha20_inputbytes",
"crypto_core_hchacha20_keybytes",
"crypto_core_hchacha20_outputbytes",
"crypto_core_hsalsa20",
"crypto_core_hsalsa20_constbytes",
"crypto_core_hsalsa20_inputbytes",
"crypto_core_hsalsa20_keybytes",
"crypto_core_hsalsa20_outputbytes",
"crypto_core_salsa20",
"crypto_core_salsa2012",
"crypto_core_salsa2012_constbytes",
"crypto_core_salsa2012_inputbytes",
"crypto_core_salsa2012_keybytes",
"crypto_core_salsa2012_outputbytes",
"crypto_core_salsa208",
"crypto_core_salsa208_constbytes",
"crypto_core_salsa208_inputbytes",
"crypto_core_salsa208_keybytes",
"crypto_core_salsa208_outputbytes",
"crypto_core_salsa20_constbytes",
"crypto_core_salsa20_inputbytes",
"crypto_core_salsa20_keybytes",
"crypto_core_salsa20_outputbytes",
"crypto_generichash",
"crypto_generichash_blake2b",
"crypto_generichash_blake2b_bytes",
"crypto_generichash_blake2b_bytes_max",
"crypto_generichash_blake2b_bytes_min",
"crypto_generichash_blake2b_final",
"crypto_generichash_blake2b_init",
"crypto_generichash_blake2b_init_salt_personal",
"crypto_generichash_blake2b_keybytes",
"crypto_generichash_blake2b_keybytes_max",
"crypto_generichash_blake2b_keybytes_min",
"crypto_generichash_blake2b_keygen",
"crypto_generichash_blake2b_personalbytes",
"crypto_generichash_blake2b_salt_personal",
"crypto_generichash_blake2b_saltbytes",
"crypto_generichash_blake2b_statebytes",
"crypto_generichash_blake2b_update",
"crypto_generichash_bytes",
"crypto_generichash_bytes_max",
"crypto_generichash_bytes_min",
"crypto_generichash_final",
"crypto_generichash_init",
"crypto_generichash_keybytes",
"crypto_generichash_keybytes_max",
"crypto_generichash_keybytes_min",
"crypto_generichash_keygen",
"crypto_generichash_primitive",
"crypto_generichash_statebytes",
"crypto_generichash_update",
"crypto_hash",
"crypto_hash_bytes",
"crypto_hash_primitive",
"crypto_hash_sha256",
"crypto_hash_sha256_bytes",
"crypto_hash_sha256_final",
"crypto_hash_sha256_init",
"crypto_hash_sha256_statebytes",
"crypto_hash_sha256_update",
"crypto_hash_sha512",
"crypto_hash_sha512_bytes",
"crypto_hash_sha512_final",
"crypto_hash_sha512_init",
"crypto_hash_sha512_statebytes",
"crypto_hash_sha512_update",
"crypto_kdf_blake2b_bytes_max",
"crypto_kdf_blake2b_bytes_min",
"crypto_kdf_blake2b_contextbytes",
"crypto_kdf_blake2b_derive_from_key",
"crypto_kdf_blake2b_keybytes",
"crypto_kdf_bytes_max",
"crypto_kdf_bytes_min",
"crypto_kdf_contextbytes",
"crypto_kdf_derive_from_key",
"crypto_kdf_keybytes",
"crypto_kdf_keygen",
"crypto_kdf_primitive",
"crypto_kx_client_session_keys",
"crypto_kx_keypair",
"crypto_kx_primitive",
"crypto_kx_publickeybytes",
"crypto_kx_secretkeybytes",
"crypto_kx_seed_keypair",
"crypto_kx_seedbytes",
"crypto_kx_server_session_keys",
"crypto_kx_sessionkeybytes",
"crypto_onetimeauth",
"crypto_onetimeauth_bytes",
"crypto_onetimeauth_final",
"crypto_onetimeauth_init",
"crypto_onetimeauth_keybytes",
"crypto_onetimeauth_keygen",
"crypto_onetimeauth_poly1305",
"crypto_onetimeauth_poly1305_bytes",
"crypto_onetimeauth_poly1305_final",
"crypto_onetimeauth_poly1305_init",
"crypto_onetimeauth_poly1305_keybytes",
"crypto_onetimeauth_poly1305_keygen",
"crypto_onetimeauth_poly1305_statebytes",
"crypto_onetimeauth_poly1305_update",
"crypto_onetimeauth_poly1305_verify",
"crypto_onetimeauth_primitive",
"crypto_onetimeauth_statebytes",
"crypto_onetimeauth_update",
"crypto_onetimeauth_verify",
"crypto_pwhash",
"crypto_pwhash_alg_argon2i13",
"crypto_pwhash_alg_argon2id13",
"crypto_pwhash_alg_default",
"crypto_pwhash_argon2i",
"crypto_pwhash_argon2i_alg_argon2i13",
"crypto_pwhash_argon2i_bytes_max",
"crypto_pwhash_argon2i_bytes_min",
"crypto_pwhash_argon2i_memlimit_interactive",
"crypto_pwhash_argon2i_memlimit_max",
"crypto_pwhash_argon2i_memlimit_min",
"crypto_pwhash_argon2i_memlimit_moderate",
"crypto_pwhash_argon2i_memlimit_sensitive",
"crypto_pwhash_argon2i_opslimit_interactive",
"crypto_pwhash_argon2i_opslimit_max",
"crypto_pwhash_argon2i_opslimit_min",
"crypto_pwhash_argon2i_opslimit_moderate",
"crypto_pwhash_argon2i_opslimit_sensitive",
"crypto_pwhash_argon2i_passwd_max",
"crypto_pwhash_argon2i_passwd_min",
"crypto_pwhash_argon2i_saltbytes",
"crypto_pwhash_argon2i_str",
"crypto_pwhash_argon2i_str_needs_rehash",
"crypto_pwhash_argon2i_str_verify",
"crypto_pwhash_argon2i_strbytes",
"crypto_pwhash_argon2i_strprefix",
"crypto_pwhash_argon2id",
"crypto_pwhash_argon2id_alg_argon2id13",
"crypto_pwhash_argon2id_bytes_max",
"crypto_pwhash_argon2id_bytes_min",
"crypto_pwhash_argon2id_memlimit_interactive",
"crypto_pwhash_argon2id_memlimit_max",
"crypto_pwhash_argon2id_memlimit_min",
"crypto_pwhash_argon2id_memlimit_moderate",
"crypto_pwhash_argon2id_memlimit_sensitive",
"crypto_pwhash_argon2id_opslimit_interactive",
"crypto_pwhash_argon2id_opslimit_max",
"crypto_pwhash_argon2id_opslimit_min",
"crypto_pwhash_argon2id_opslimit_moderate",
"crypto_pwhash_argon2id_opslimit_sensitive",
"crypto_pwhash_argon2id_passwd_max",
"crypto_pwhash_argon2id_passwd_min",
"crypto_pwhash_argon2id_saltbytes",
"crypto_pwhash_argon2id_str",
"crypto_pwhash_argon2id_str_needs_rehash",
"crypto_pwhash_argon2id_str_verify",
"crypto_pwhash_argon2id_strbytes",
"crypto_pwhash_argon2id_strprefix",
"crypto_pwhash_bytes_max",
"crypto_pwhash_bytes_min",
"crypto_pwhash_memlimit_interactive",
"crypto_pwhash_memlimit_max",
"crypto_pwhash_memlimit_min",
"crypto_pwhash_memlimit_moderate",
"crypto_pwhash_memlimit_sensitive",
"crypto_pwhash_opslimit_interactive",
"crypto_pwhash_opslimit_max",
"crypto_pwhash_opslimit_min",
"crypto_pwhash_opslimit_moderate",
"crypto_pwhash_opslimit_sensitive",
"crypto_pwhash_passwd_max",
"crypto_pwhash_passwd_min",
"crypto_pwhash_primitive",
"crypto_pwhash_saltbytes",
"crypto_pwhash_scryptsalsa208sha256",
"crypto_pwhash_scryptsalsa208sha256_bytes_max",
"crypto_pwhash_scryptsalsa208sha256_bytes_min",
"crypto_pwhash_scryptsalsa208sha256_ll",
"crypto_pwhash_scryptsalsa208sha256_memlimit_interactive",
"crypto_pwhash_scryptsalsa208sha256_memlimit_max",
"crypto_pwhash_scryptsalsa208sha256_memlimit_min",
"crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive",
"crypto_pwhash_scryptsalsa208sha256_opslimit_interactive",
"crypto_pwhash_scryptsalsa208sha256_opslimit_max",
"crypto_pwhash_scryptsalsa208sha256_opslimit_min",
"crypto_pwhash_scryptsalsa208sha256_opslimit_sensitive",
"crypto_pwhash_scryptsalsa208sha256_passwd_max",
"crypto_pwhash_scryptsalsa208sha256_passwd_min",
"crypto_pwhash_scryptsalsa208sha256_saltbytes",
"crypto_pwhash_scryptsalsa208sha256_str",
"crypto_pwhash_scryptsalsa208sha256_str_needs_rehash",
"crypto_pwhash_scryptsalsa208sha256_str_verify",
"crypto_pwhash_scryptsalsa208sha256_strbytes",
"crypto_pwhash_scryptsalsa208sha256_strprefix",
"crypto_pwhash_str",
"crypto_pwhash_str_alg",
"crypto_pwhash_str_needs_rehash",
"crypto_pwhash_str_verify",
"crypto_pwhash_strbytes",
"crypto_pwhash_strprefix",
"crypto_scalarmult",
"crypto_scalarmult_base",
"crypto_scalarmult_bytes",
"crypto_scalarmult_curve25519",
"crypto_scalarmult_curve25519_base",
"crypto_scalarmult_curve25519_bytes",
"crypto_scalarmult_curve25519_scalarbytes",
"crypto_scalarmult_ed25519",
"crypto_scalarmult_ed25519_base",
"crypto_scalarmult_ed25519_bytes",
"crypto_scalarmult_ed25519_scalarbytes",
"crypto_scalarmult_primitive",
"crypto_scalarmult_scalarbytes",
"crypto_secretbox",
"crypto_secretbox_boxzerobytes",
"crypto_secretbox_detached",
"crypto_secretbox_easy",
"crypto_secretbox_keybytes",
"crypto_secretbox_keygen",
"crypto_secretbox_macbytes",
"crypto_secretbox_noncebytes",
"crypto_secretbox_open",
"crypto_secretbox_open_detached",
"crypto_secretbox_open_easy",
"crypto_secretbox_primitive",
"crypto_secretbox_xchacha20poly1305_detached",
"crypto_secretbox_xchacha20poly1305_easy",
"crypto_secretbox_xchacha20poly1305_keybytes",
"crypto_secretbox_xchacha20poly1305_macbytes",
"crypto_secretbox_xchacha20poly1305_noncebytes",
"crypto_secretbox_xchacha20poly1305_open_detached",
"crypto_secretbox_xchacha20poly1305_open_easy",
"crypto_secretbox_xsalsa20poly1305",
"crypto_secretbox_xsalsa20poly1305_boxzerobytes",
"crypto_secretbox_xsalsa20poly1305_keybytes",
"crypto_secretbox_xsalsa20poly1305_keygen",
"crypto_secretbox_xsalsa20poly1305_macbytes",
"crypto_secretbox_xsalsa20poly1305_noncebytes",
"crypto_secretbox_xsalsa20poly1305_open",
"crypto_secretbox_xsalsa20poly1305_zerobytes",
"crypto_secretbox_zerobytes",
"crypto_secretstream_xchacha20poly1305_abytes",
"crypto_secretstream_xchacha20poly1305_headerbytes",
"crypto_secretstream_xchacha20poly1305_init_pull",
"crypto_secretstream_xchacha20poly1305_init_push",
"crypto_secretstream_xchacha20poly1305_keybytes",
"crypto_secretstream_xchacha20poly1305_keygen",
"crypto_secretstream_xchacha20poly1305_messagebytes_max",
"crypto_secretstream_xchacha20poly1305_pull",
"crypto_secretstream_xchacha20poly1305_push",
"crypto_secretstream_xchacha20poly1305_rekey",
"crypto_secretstream_xchacha20poly1305_statebytes",
"crypto_secretstream_xchacha20poly1305_tag_final",
"crypto_secretstream_xchacha20poly1305_tag_message",
"crypto_secretstream_xchacha20poly1305_tag_push",
"crypto_secretstream_xchacha20poly1305_tag_rekey",
"crypto_shorthash",
"crypto_shorthash_bytes",
"crypto_shorthash_keybytes",
"crypto_shorthash_keygen",
"crypto_shorthash_primitive",
"crypto_shorthash_siphash24",
"crypto_shorthash_siphash24_bytes",
"crypto_shorthash_siphash24_keybytes",
"crypto_shorthash_siphashx24",
"crypto_shorthash_siphashx24_bytes",
"crypto_shorthash_siphashx24_keybytes",
"crypto_sign",
"crypto_sign_bytes",
"crypto_sign_detached",
"crypto_sign_ed25519",
"crypto_sign_ed25519_bytes",
"crypto_sign_ed25519_detached",
"crypto_sign_ed25519_keypair",
"crypto_sign_ed25519_open",
"crypto_sign_ed25519_pk_to_curve25519",
"crypto_sign_ed25519_publickeybytes",
"crypto_sign_ed25519_secretkeybytes",
"crypto_sign_ed25519_seed_keypair",
"crypto_sign_ed25519_seedbytes",
"crypto_sign_ed25519_sk_to_curve25519",
"crypto_sign_ed25519_sk_to_pk",
"crypto_sign_ed25519_sk_to_seed",
"crypto_sign_ed25519_verify_detached",
"crypto_sign_ed25519ph_final_create",
"crypto_sign_ed25519ph_final_verify",
"crypto_sign_ed25519ph_init",
"crypto_sign_ed25519ph_statebytes",
"crypto_sign_ed25519ph_update",
"crypto_sign_final_create",
"crypto_sign_final_verify",
"crypto_sign_init",
"crypto_sign_keypair",
"crypto_sign_open",
"crypto_sign_primitive",
"crypto_sign_publickeybytes",
"crypto_sign_secretkeybytes",
"crypto_sign_seed_keypair",
"crypto_sign_seedbytes",
"crypto_sign_statebytes",
"crypto_sign_update",
"crypto_sign_verify_detached",
"crypto_stream",
"crypto_stream_chacha20",
"crypto_stream_chacha20_ietf",
"crypto_stream_chacha20_ietf_keybytes",
"crypto_stream_chacha20_ietf_keygen",
"crypto_stream_chacha20_ietf_noncebytes",
"crypto_stream_chacha20_ietf_xor",
"crypto_stream_chacha20_ietf_xor_ic",
"crypto_stream_chacha20_keybytes",
"crypto_stream_chacha20_keygen",
"crypto_stream_chacha20_noncebytes",
"crypto_stream_chacha20_xor",
"crypto_stream_chacha20_xor_ic",
"crypto_stream_keybytes",
"crypto_stream_keygen",
"crypto_stream_noncebytes",
"crypto_stream_primitive",
"crypto_stream_salsa20",
"crypto_stream_salsa2012",
"crypto_stream_salsa2012_keybytes",
"crypto_stream_salsa2012_keygen",
"crypto_stream_salsa2012_noncebytes",
"crypto_stream_salsa2012_xor",
"crypto_stream_salsa208",
"crypto_stream_salsa208_keybytes",
"crypto_stream_salsa208_keygen",
"crypto_stream_salsa208_messagebytes_max",
"crypto_stream_salsa208_noncebytes",
"crypto_stream_salsa208_xor",
"crypto_stream_salsa20_keybytes",
"crypto_stream_salsa20_keygen",
"crypto_stream_salsa20_noncebytes",
"crypto_stream_salsa20_xor",
"crypto_stream_salsa20_xor_ic",
"crypto_stream_xchacha20",
"crypto_stream_xchacha20_keybytes",
"crypto_stream_xchacha20_keygen",
"crypto_stream_xchacha20_noncebytes",
"crypto_stream_xchacha20_xor",
"crypto_stream_xchacha20_xor_ic",
"crypto_stream_xor",
"crypto_stream_xsalsa20",
"crypto_stream_xsalsa20_keybytes",
"crypto_stream_xsalsa20_keygen",
"crypto_stream_xsalsa20_noncebytes",
"crypto_stream_xsalsa20_xor",
"crypto_stream_xsalsa20_xor_ic",
"crypto_verify_16",
"crypto_verify_16_bytes",
"crypto_verify_32",
"crypto_verify_32_bytes",
"crypto_verify_64",
"crypto_verify_64_bytes",
"_randombytes",
"_randombytes_buf",
"_randombytes_buf_deterministic",
"_randombytes_close",
"_randombytes_implementation_name",
"_randombytes_random",
"_randombytes_seedbytes",
"_randombytes_stir",
"_randombytes_uniform",
"_sodium_base642bin",
"_sodium_base64_encoded_len",
"_sodium_bin2base64",
"_sodium_bin2hex",
"_sodium_hex2bin",
"_sodium_init",
"_sodium_library_minimal",
"_sodium_library_version_major",
"_sodium_library_version_minor",
"_sodium_pad",
"_sodium_unpad",
"_sodium_version_string"]