Skip to content

Commit

Permalink
add seal hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bcebere committed Oct 20, 2021
1 parent a8b4bde commit 4d7e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tenseal/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def tenseal_deps():
name = "com_microsoft_seal",
build_file = "//third_party:seal.BUILD",
strip_prefix = "SEAL-3.7.1",
#sha256 = "cdc7426d01f879a8b87204a5df9e01339262d4b53962f6fddc2f34a0dec71777",
sha256 = "cdc7426d01f879a8b87204a5df9e01339262d4b53962f6fddc2f34a0dec71777",
urls = ["https://github.com/microsoft/SEAL/archive/v3.7.1.tar.gz"],
)

Expand Down

0 comments on commit 4d7e3d8

Please sign in to comment.