ArraysConstantTimeAreEqual(SpanByte, SpanByte) Method

Note: This API is now obsolete.

Definition

Namespace: Org.BouncyCastle.Utilities
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
[ObsoleteAttribute("Use 'FixedTimeEquals' instead")]
public static bool ConstantTimeAreEqual(
	Span<byte> a,
	Span<byte> b
)

Parameters

a  SpanByte
 
b  SpanByte
 

Return Value

Boolean

See Also