pub struct JcsEd25519<T = Ed25519<[u8]>>(_);
Expand description

An implementation of the JCS Ed25519 Signature 2020 signature suite for Linked Data Proofs.

Users should use the Sign/Verify traits to access this implementation.

Trait Implementations

A unique identifier for the signatures created by this suite.

Signs the given data and returns a digital signature.

Creates and applies a signature proof to the given data.

Verifies the authenticity of data and signature.

Extracts and verifies a proof signature from the given data.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more