This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqcrypto
mirror of
https://github.com/henrydcase/pqc.git
Watch
1
Star
1
Fork
0
Code
Issues
1
Releases
2
Wiki
Activity
Browse Source
update
tags/x3dh_paper_v1.0.0
Henry Case
3 years ago
parent
cc8aecb298
commit
4048380e80
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/rustapi/pqc-sys/Cargo.toml
+1
-0
src/rustapi/pqc-sys/src/build.rs
+ 1
- 0
src/rustapi/pqc-sys/Cargo.toml
View File
@@ -8,6 +8,7 @@ build = "src/build.rs"
description = "Rust bindings for PQ CryptoCatalog"
license = "BSD-2-Clause"
homepage = "github.com/henrydcase/pqc"
repository = "github.com/henrydcase/pqc"
[build-dependencies]
cmake = "0.1.31"
+ 1
- 0
src/rustapi/pqc-sys/src/build.rs
View File
@@ -33,6 +33,7 @@ fn main() {
.generate()
// Unwrap the Result and panic on failure.
.expect("Unable to generate bindings");
bindings
.write_to_file("src/bindings.rs")
.expect("Couldn't write bindings");
Write
Preview
Loading…
Cancel
Save