SecureEq

object SecureEq
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](implicit eq: SecureEq[A]): eq

Implicits

Implicits

implicit

A port of Java's MessageDigest.isEqual.

A port of Java's MessageDigest.isEqual.

All bytes in digesta are examined to determine equality. The calculation time depends only on the length of digesta. It does not depend on the length of digestb or the contents of digesta and digestb.