3.1.0 • Published 1 year ago

@mattrglobal/cose v3.1.0

Weekly downloads
-
License
SEE LICENCE IN ht...
Repository
github
Last release
1 year ago

CBOR Object Signing and Encryption

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

Initialising submodules

This project uses a Git submodule from the repository at github.com/cose-wg/Examples.git. That repository contains test cases. So you will need to pull them down for tests to run. To activate the submodule, run the following:

git submodule init
git submodule update

Signing

The following algorithms are supported for COSE_Sign1

Signing AlgorithmDescription
ES256Elliptic Curve Digital Signature Algorithm using the P-256/brainpoolP256r1 curve with SHA-256
ES384Elliptic Curve Digital Signature Algorithm using the P-384/brainpoolP384r1 curve with SHA-384
ES512Elliptic Curve Digital Signature Algorithm using the P-512/brainpoolP512r1 curve with SHA-512
EdDSAElliptic Curve Digital Signature Algorithm using the Ed25519/Ed448 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

Licensing

See here for licence information

3.1.0

1 year ago

3.0.0

2 years ago

2.3.0

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.2.1

2 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago