Skip to content

ed25519: Docs mention feature "std" which is not defined #1415

Description

@lorenzleutgeb

//! - `std` *(default)*: Enable `std` support in [`signature`], which currently only affects whether
//! [`signature::Error`] implements `std::error::Error`.

is in conflict with

[features]
default = ["alloc"]
alloc = ["pkcs8?/alloc", "signature/alloc"]
pem = ["alloc", "pkcs8/pem"]
serde = ["dep:serdect"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions