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
fix rust bindings
tags/v0.0.1
Henry Case
3 years ago
parent
64dc00767e
commit
730b2c7d47
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.github/workflows/main.yml
+ 3
- 0
.github/workflows/main.yml
View File
@@ -21,3 +21,6 @@ jobs:
- name: run tests
run: |
cd build && ./ut
- name: Build Rust bindings
run: |
cd src/rustapi/pqc-sys && cargo build
Write
Preview
Loading…
Cancel
Save