Extract simple integer math into its own module

This commit is contained in:
Nick Mathewson
2018-06-22 09:48:24 -04:00
parent 3883338c81
commit 2cf033f238
19 changed files with 294 additions and 189 deletions
+1
View File
@@ -156,6 +156,7 @@ pub fn main() {
cfg.component("tor-malloc");
cfg.component("tor-err-testing");
cfg.component("or-event-testing");
cfg.component("tor-intmath-testing");
cfg.component("tor-ctime-testing");
cfg.component("curve25519_donna");
cfg.component("keccak-tiny");