Package | Description |
---|---|
org.bouncycastle.crypto.digests | |
org.bouncycastle.math.ec.rfc8032 |
Modifier and Type | Class and Description |
---|---|
class |
Blake2xsDigest
Implementation of the eXtendable Output Function (XOF) BLAKE2xs.
|
class |
CSHAKEDigest
Customizable SHAKE function.
|
class |
SHAKEDigest
implementation of SHAKE based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
|
Modifier and Type | Method and Description |
---|---|
static Xof |
Ed448.createPrehash() |
Modifier and Type | Method and Description |
---|---|
static void |
Ed448.signPrehash(byte[] sk,
int skOff,
byte[] pk,
int pkOff,
byte[] ctx,
Xof ph,
byte[] sig,
int sigOff) |
static void |
Ed448.signPrehash(byte[] sk,
int skOff,
byte[] ctx,
Xof ph,
byte[] sig,
int sigOff) |
static boolean |
Ed448.verifyPrehash(byte[] sig,
int sigOff,
byte[] pk,
int pkOff,
byte[] ctx,
Xof ph) |
Copyright © 2020 BouncyCastle.org. All rights reserved.