Remove PREFER_BLST_SHA256 disable, allowing for BLST SHA256 in SSZ (#2686)

This commit is contained in:
Kim De Mey 2024-10-03 14:25:30 +02:00 committed by GitHub
parent ce331b4de8
commit 764c950135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -12,8 +12,6 @@
-d:"chronicles_line_numbers:0" -d:"chronicles_line_numbers:0"
@end @end
-d:PREFER_BLST_SHA256=false
--styleCheck:usages --styleCheck:usages
--styleCheck:error --styleCheck:error
--hint[Processing]:off --hint[Processing]:off

View File

@ -12,8 +12,6 @@
-d:"chronicles_line_numbers:0" -d:"chronicles_line_numbers:0"
@end @end
-d:PREFER_BLST_SHA256=false
# Use only `secp256k1` public key cryptography as an identity in LibP2P. # Use only `secp256k1` public key cryptography as an identity in LibP2P.
-d:"libp2p_pki_schemes=secp256k1" -d:"libp2p_pki_schemes=secp256k1"