object Blake2B384 extends AsBouncyCryptoHash[Blake2B384]
- Source
- hashes.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Blake2B384
- AsBouncyCryptoHash
- CryptoHashAPI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
checkWithHash[F[_]](l: Array[Byte], r: CryptoHash[Blake2B384])(implicit arg0: Functor[F], C: CryptoHasher[F, Blake2B384]): F[VerificationStatus]
- Definition Classes
- CryptoHashAPI
-
final
def
checkWithHashBool[F[_]](l: Array[Byte], r: CryptoHash[Blake2B384])(implicit arg0: Functor[F], C: CryptoHasher[F, Blake2B384]): F[Boolean]
- Definition Classes
- CryptoHashAPI
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
implicit
def
genHasher[F[_], A](implicit arg0: Applicative[F], B: Bouncy): CryptoHasher[F, A]
- Definition Classes
- AsBouncyCryptoHash
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
hash[F[_]](bytes: Array[Byte])(implicit C: CryptoHasher[F, Blake2B384]): F[CryptoHash[Blake2B384]]
- Definition Classes
- CryptoHashAPI
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashPipe[F[_]](implicit C: CryptoHasher[F, Blake2B384]): Pipe[F, Byte, Byte]
- Definition Classes
- CryptoHashAPI
-
def
hashPure(s: Array[Byte])(implicit C: CryptoHasher[Id, Blake2B384]): CryptoHash[Blake2B384]
Get our instance of jca crypto hash *
Get our instance of jca crypto hash *
- Definition Classes
- AsBouncyCryptoHash
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
unsafeHash(bytes: Array[Byte])(implicit C: CryptoHasher[Id, Blake2B384]): CryptoHash[Blake2B384]
- Definition Classes
- CryptoHashAPI
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )