Poll based under load with intg test

This commit is contained in:
Prabhpreet Dua
2024-02-04 20:17:28 +05:30
parent d18107b3a9
commit 0b4699e24a
6 changed files with 127 additions and 50 deletions

View File

@@ -59,3 +59,4 @@ mio = { version = "0.8.9", features = ["net", "os-poll"] }
oqs-sys = { version = "0.8", default-features = false, features = ['classic_mceliece', 'kyber'] }
blake2 = "0.10.6"
chacha20poly1305 = { version = "0.10.1", default-features = false, features = [ "std", "heapless" ] }
libc = "0.2"