Skip to content

Add isCompressed input to ECDSA keygen function ? #204

@larabr

Description

@larabr

Thanks for the new release and continuous cleanups! Currently if I need the public key without compression, I need to still separately call getPublicKey. Would be nice if keygen took care of formatting the public key directly 🙂

keygen: (seed?: Uint8Array) => { secretKey: Uint8Array; publicKey: Uint8Array };
getPublicKey: (secretKey: PrivKey, isCompressed?: boolean) => Uint8Array;

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