Skip to content

Commit

Permalink
Update yacl digest to ea6e1ea (#50)
Browse files Browse the repository at this point in the history
* Update yacl digest to ea6e1ea

* fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: anakinxc <[email protected]>
  • Loading branch information
renovate[bot] and anakinxc authored Jan 22, 2024
1 parent b78bf81 commit 3116174
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def _yacl():
http_archive,
name = "yacl",
urls = [
"https://github.com/secretflow/yacl/archive/50d3e250af0a928bf4fd5bdda80c6c2f67954459.tar.gz",
"https://github.com/secretflow/yacl/archive/ea6e1ea567903804f17525fe04ede706815ece38.tar.gz",
],
strip_prefix = "yacl-50d3e250af0a928bf4fd5bdda80c6c2f67954459",
sha256 = "66b1454deea7378a13c85b805a79f8fc95a4b5384d9faf9bdf826ad4fcc82939",
strip_prefix = "yacl-ea6e1ea567903804f17525fe04ede706815ece38",
sha256 = "51c58b3c9704e439101311f74a46d97b0bc3afe2d1c53866e6a80629745cabe1",
)

def _bazel_platform():
Expand Down
2 changes: 1 addition & 1 deletion psi/psi/core/vole_psi/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ psi_cc_library(
"//psi/psi/core/vole_psi/okvs:aes_crhash",
"//psi/psi/core/vole_psi/okvs:baxos",
"@yacl//yacl/base:buffer",
"@yacl//yacl/crypto/primitives/vole/f2k:silent_vole",
"@yacl//yacl/crypto/primitives/vole:silent_vole",
"@yacl//yacl/crypto/tools:prg",
"@yacl//yacl/crypto/utils:rand",
"@yacl//yacl/link",
Expand Down
2 changes: 1 addition & 1 deletion psi/psi/core/vole_psi/rr22_oprf.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <vector>

#include "yacl/base/int128.h"
#include "yacl/crypto/primitives/vole/f2k/silent_vole.h"
#include "yacl/crypto/primitives/vole/silent_vole.h"
#include "yacl/link/context.h"

#include "psi/psi/core/vole_psi/okvs/baxos.h"
Expand Down

0 comments on commit 3116174

Please sign in to comment.