Skip to content

Commit aa5502d

Browse files
authored
Adding GSL for laplacian noise
1 parent ae22ca2 commit aa5502d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enclave/safetrace/enclave/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ crate-type = ["staticlib"]
1212
default = []
1313

1414
[dependencies]
15+
GSL = "*"
1516
enigma-types = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop", default-features = false, features = ["sgx"] }
1617
enigma-crypto = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop", default-features = false, features = ["sgx", "asymmetric"] }
1718
enigma-tools-t = { git = "https://github.com/enigmampc/enigma-core.git", branch="develop" }

0 commit comments

Comments
 (0)