Skip to content

rfc6979: use crypto-bigint #1026

@tarcieri

Description

@tarcieri

RFC6979 is defined in terms of integer operations, e.g.:

  • bits2int
  • mod
  • shr
  • int2octets

Our implementation previously avoided committing to any particular big integer library since dsa used num-bigint-dig and ecdsa used crypto-bigint. However, dsa has been migrated to crypto-bigint (#906), which means we can use crypto-bigint as the common big integer library for both without issue.

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