3.0.0 • Published 29 days ago

@mattrglobal/cose v3.0.0

Weekly downloads
-
License
SEE LICENCE IN ht...
Repository
github
Last release
29 days ago

CBOR Object Signing and Encryption

This repository is home to an incomplete implementation of RFC 8152 written in Typescript.

Signing

The following algorithms are supported for COSE_Sign1

Signing AlgorithmDescription
ES256Elliptic Curve Digital Signature Algorithm using the P-256 curve with SHA-256
ES384Elliptic Curve Digital Signature Algorithm using the P-384 curve with SHA-384
ES512Elliptic Curve Digital Signature Algorithm using the P-512 curve with SHA-512
EdDSA*Elliptic Curve Digital Signature Algorithm using the Ed25519 curve with SHA-512
PS256RSA Probabilistic Signature Scheme (RSASSA-PSS) with SHA-256
PS384RSA Probabilistic Signature Scheme (RSASSA-PSS) with SHA-384
PS512RSA Probabilistic Signature Scheme (RSASSA-PSS) with SHA-512

*Only available in Node environments version 14 and above

Licensing

See here for licence information

3.0.0

2 months ago

2.3.0

11 months ago

2.3.2

7 months ago

2.3.1

7 months ago

2.2.1

11 months ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago