This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqc
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove not needed flag
blog/frodo_constant_time_issue
Henry Case
3 years ago
parent
77ca982b4c
commit
9b7b7277ce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/main.yml
+ 1
- 1
.github/workflows/main.yml
View File
@@ -76,7 +76,7 @@ jobs:
make
- name: run tests
run: |
cd build && ./ut
${FILTER_TESTS}
cd build && ./ut
- name: Build Rust bindings
run: |
cd src/rustapi/pqc-sys && cargo build
Write
Preview
Loading…
Cancel
Save