Ed448 Class
A low-level implementation of the Ed448 and Ed448ph instantiations of the Edwards-Curve Digital Signature
Algorithm specified in
RFC 8032.
Namespace: Org.BouncyCastle.Math.EC.Rfc8032Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static class Ed448
Public NotInheritable Class Ed448
public ref class Ed448 abstract sealed
Org.BouncyCastle.Math.EC.Rfc8032.Ed448 = function();
Type.createClass(
'Org.BouncyCastle.Math.EC.Rfc8032.Ed448');
- Inheritance
- Object Ed448
CreatePrehash | |
EncodePublicPoint(Ed448PublicPoint, SpanByte) | |
EncodePublicPoint(Ed448PublicPoint, Byte, Int32) | |
GeneratePrivateKey(SecureRandom, Byte) | |
GeneratePrivateKey(SecureRandom, SpanByte) | |
GeneratePublicKey(ReadOnlySpanByte) | |
GeneratePublicKey(Byte, Int32) | |
GeneratePublicKey(ReadOnlySpanByte, SpanByte) | |
GeneratePublicKey(Byte, Int32, Byte, Int32) | |
Precompute | |
Sign(Byte, Int32, Byte, Byte, Int32, Int32, Byte, Int32) | |
Sign(Byte, Int32, Byte, Int32, Byte, Byte, Int32, Int32, Byte, Int32) | |
SignPrehash(Byte, Int32, Byte, IXof, Byte, Int32) | |
SignPrehash(Byte, Int32, Byte, Byte, Int32, Byte, Int32) | |
SignPrehash(Byte, Int32, Byte, Int32, Byte, IXof, Byte, Int32) | |
SignPrehash(Byte, Int32, Byte, Int32, Byte, Byte, Int32, Byte, Int32) | |
ValidatePublicKeyFull(ReadOnlySpanByte) | |
ValidatePublicKeyFull(Byte, Int32) | |
ValidatePublicKeyFullExport(ReadOnlySpanByte) | |
ValidatePublicKeyFullExport(Byte, Int32) | |
ValidatePublicKeyPartial(ReadOnlySpanByte) | |
ValidatePublicKeyPartial(Byte, Int32) | |
ValidatePublicKeyPartialExport(ReadOnlySpanByte) | |
ValidatePublicKeyPartialExport(Byte, Int32) | |
Verify(Byte, Int32, Ed448PublicPoint, Byte, Byte, Int32, Int32) | |
Verify(Byte, Int32, Byte, Int32, Byte, Byte, Int32, Int32) | |
VerifyPrehash(Byte, Int32, Ed448PublicPoint, Byte, IXof) | |
VerifyPrehash(Byte, Int32, Ed448PublicPoint, Byte, Byte, Int32) | |
VerifyPrehash(Byte, Int32, Byte, Int32, Byte, IXof) | |
VerifyPrehash(Byte, Int32, Byte, Int32, Byte, Byte, Int32) | |