Skip to content

Commit

Permalink
Merge pull request #58 from dfns-labs/enc-crt
Browse files Browse the repository at this point in the history
Take advantage of knowing the factorization for encryption
  • Loading branch information
survived authored Sep 22, 2023
2 parents 138d9b3 + 8989d2b commit 19fb078
Show file tree
Hide file tree
Showing 5 changed files with 243 additions and 129 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
${{ secrets.GENERIC_EC_KEY }}
${{ secrets.PAILLIER_ZK_KEY }}
${{ secrets.FAST_PAILLIER_KEY }}
${{ secrets.STARK_CURVE_KEY }}
- uses: actions/checkout@v3
with:
path: base_branch
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
${{ secrets.GENERIC_EC_KEY }}
${{ secrets.PAILLIER_ZK_KEY }}
${{ secrets.FAST_PAILLIER_KEY }}
${{ secrets.STARK_CURVE_KEY }}
- name: Build
run: cargo build --release
- uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit 19fb078

Please sign in to comment.