15 lines
1.6 KiB
Markdown
15 lines
1.6 KiB
Markdown
# `@peculiar/asn1-ecc`
|
|
|
|
[](https://raw.githubusercontent.com/PeculiarVentures/asn1-schema/master/packages/ecc/LICENSE.md)
|
|
[](https://badge.fury.io/js/%40peculiar%2Fasn1-ecc)
|
|
|
|
[](https://nodei.co/npm/@peculiar/asn1-ecc/)
|
|
|
|
This module provides ASN.1 schema definitions and parsers for Elliptic Curve Cryptography (ECC) structures. It includes support for various ECC-related standards and specifications, making it easier to work with ECC keys and certificates in JavaScript and TypeScript applications.
|
|
|
|
| Document | Description |
|
|
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
|
|
| [RFC 5915](https://tools.ietf.org/html/rfc5915) | Elliptic Curve Private Key Structure |
|
|
| [RFC 5480](https://tools.ietf.org/html/rfc5480) | Elliptic Curve Cryptography Subject Public Key Information |
|
|
| [RFC 3279](https://datatracker.ietf.org/doc/html/rfc3279#section-2.3.5) | Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate: ECDSA and ECDH Keys |
|