File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,13 @@ SPDX-License-Identifier: EUPL-1.2
66
77# Hash2Curve Java library
88
9+ [ ![ License: BSD-3-Clause] ( https://img.shields.io/badge/License-BSD%203--Clause-blue?style=for-the-badge )] ( LICENSE )
10+ [ ![ REUSE] ( https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.reuse.software%2Fstatus%2Fgithub.com%2Fdiggsweden%2Fhash2curve-lib-java&query=status&style=for-the-badge&label=REUSE )] ( https://api.reuse.software/info/github.com/diggsweden/hash2curve-lib-java )
11+
12+ [ ![ Tag] ( https://img.shields.io/github/v/tag/diggsweden/cose?style=for-the-badge&color=green )] ( https://github.com/diggsweden/hash2curve-lib-java/tags )
13+
14+ [ ![ OpenSSF Scorecard] ( https://api.scorecard.dev/projects/github.com/diggsweden/hash2curve-lib-java/badge?style=for-the-badge )] ( https://scorecard.dev/viewer/?uri=github.com/diggsweden/hash2curve-lib-java )
15+
16+
917This library implements Hash2Curve and Hash2Scalar according to RFC 9380 for a number of common curves, including
1018common NIST curves.
Original file line number Diff line number Diff line change @@ -138,8 +138,6 @@ check_exit_codes() {
138138}
139139
140140determine_container_runtime
141- is_command_available ' node' ' https://nodejs.org/'
142- is_command_available ' npm' ' https://nodejs.org/'
143141is_command_available ' sed' ' '
144142
145143lint
You can’t perform that action at this time.
0 commit comments