Skip to content

secp256r1 / secp384r1 / secp521r1 aliases removed in 1.9.3 #203

@nick-jones

Description

@nick-jones

I was previously using e.g.

import { secp256r1, secp384r1, secp521r1 } from '@noble/curves/nist';

and since 1.9.3 this fails, as there are no longer any exported members with these names. The mitigation is simple - I just need to not use the aliased names - and I'm happy to apply that permanently.

I assume in upcoming 2.0 release these will be permanently gone. But I'm curious if it was intentional for them to be removed in 1.9.3? As it would constitute a breaking change, at least to me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions