Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bcgit/bc-java
/ areEqual
Method
areEqual
core/src/main/java/org/bouncycastle/util/Arrays.java:26–29 ·
view source on GitHub ↗
(boolean[] a, boolean[] b)
Source
from the content-addressed store, hash-verified
24
}
25
26
public
static
boolean areEqual(boolean[] a, boolean[] b)
27
{
28
return
java.util.Arrays.equals(a, b);
29
}
30
31
public
static
boolean areEqual(byte[] a, byte[] b)
32
{
Callers
15
testValidOpaqueRoundTrips
Method · 0.95
testMessageProtection
Method · 0.95
runPassiveClientTest
Method · 0.95
testCryptoBasics
Method · 0.95
testSecretTree
Method · 0.95
testKeySchedule
Method · 0.95
testPskSecret
Method · 0.95
testTranscriptHashes
Method · 0.95
testWelcome
Method · 0.95
testTreeOperations
Method · 0.95
testTreeValidation
Method · 0.95
testTreeKEM
Method · 0.95
Calls
1
equals
Method · 0.65
Tested by
15
testValidOpaqueRoundTrips
Method · 0.76
testMessageProtection
Method · 0.76
runPassiveClientTest
Method · 0.76
testCryptoBasics
Method · 0.76
testSecretTree
Method · 0.76
testKeySchedule
Method · 0.76
testPskSecret
Method · 0.76
testTranscriptHashes
Method · 0.76
testWelcome
Method · 0.76
testTreeOperations
Method · 0.76
testTreeValidation
Method · 0.76
testTreeKEM
Method · 0.76