Skip to content

libsodium.SKI.KeyContainer.Operator_Compare

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

libsodium.SKI.KeyContainer.Operator_Compare

Method Signature

 Function Operator_Compare(OtherKey As libsodium.SKI.KeyContainer) As Int32
 Function Operator_Compare(OtherKey As String) As Int32

Return value

Zero if the keys are equal, non-zero if they are not equal.

Remarks

Performs a constant-time binary comparison.

Clone this wiki locally