forked from randombit/botan-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
33 lines (24 loc) · 799 Bytes
/
todo.txt
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
API considerations
----------------------
Some Rust APIs seems to prefer writing to a slice vs returning a Vec
to save an allocation. Worth it?
Currently we only offer one-shot encryption/decryption for symmetric
ciphers. Support incremental update?
Missing Functions
---------------------
These are functions currently exposed by Botan's C API which are not
exposed by the high level Rust wrapper:
botan_privkey_create_dsa
botan_privkey_load_sm2
botan_pubkey_load_sm2
botan_rng_init_custom
botan_system_rng_get
botan_cipher_get_ideal_update_granularity
botan_srp6_server_session_init
botan_srp6_server_session_destroy
botan_srp6_server_session_step1
botan_srp6_server_session_step2
botan_srp6_generate_verifier
botan_srp6_client_agree
botan_srp6_group_size
botan_x509_cert_verify_with_crl