Operatorswift-crypto 3.8.0Crypto
==(_:_:)
Determines whether a shared secret is equivalent to a collection of contiguous bytes.
DH.swift:168static func == <D>(lhs: `Self`, rhs: D) -> Bool where D : DataProtocol
Parameters
Returns
A Boolean value that’s true
if the shared secret and the collection of binary data are equivalent.