Skip to content

Commit

Permalink
arc lint folly/experimental/crypto/TARGETS
Browse files Browse the repository at this point in the history
Reviewed By: Orvid

Differential Revision: D62460852

fbshipit-source-id: 6f0a2da325db767b728918bd9197f5809be6bbc7
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Sep 11, 2024
1 parent 9d06773 commit b3dcc31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions folly/experimental/crypto/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cpp_library(
headers = [
"Blake2xb.h",
],
deps = [
exported_deps = [
"//folly/crypto:blake2xb",
],
)
Expand All @@ -17,7 +17,7 @@ cpp_library(
headers = [
"LtHash.h",
],
deps = [
exported_deps = [
"//folly/crypto:lt_hash",
],
)
Expand All @@ -27,8 +27,8 @@ cpp_library(
headers = [
"LtHash.h",
],
deps = [
"//folly/crypto:lt_hash_sse2",
exported_deps = [
"//folly/crypto:lt_hash_sse2", # @manual
],
)

Expand All @@ -37,7 +37,7 @@ cpp_library(
headers = [
"LtHash.h",
],
deps = [
"//folly/crypto:lt_hash_avx2",
exported_deps = [
"//folly/crypto:lt_hash_avx2", # @manual
],
)

0 comments on commit b3dcc31

Please sign in to comment.