Lines Matching full:instances
18 =head2 EdDSA Instances
20 RFC 8032 describes five EdDSA instances: Ed25519, Ed25519ctx,
23 The instances Ed25519, Ed25519ctx, Ed448 are referred to as B<PureEdDSA>
24 schemes. For these three instances, the sign and verify procedures
27 The instances Ed25519ph, Ed448ph are referred to as B<HashEdDSA>
28 schemes. For these two instances, the sign and verify procedures do
34 The instances Ed25519ctx, Ed25519ph, Ed448, Ed448ph accept an optional
39 These instances can be specified as signature parameters when using
43 These instances are also explicitly fetchable as algorithms using
107 The PureEdDSA instances do not support the streaming mechanism of
112 The HashEdDSA instances do not yet support the streaming mechanisms