Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@ SPDX-License-Identifier: EUPL-1.2

# Hash2Curve Java library

[![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue?style=for-the-badge)](LICENSE)
[![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)

[![Tag](https://img.shields.io/github/v/tag/diggsweden/cose?style=for-the-badge&color=green)](https://github.com/diggsweden/hash2curve-lib-java/tags)

[![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)


This library implements Hash2Curve and Hash2Scalar according to RFC 9380 for a number of common curves, including
common NIST curves.
2 changes: 0 additions & 2 deletions development/code_quality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ check_exit_codes() {
}

determine_container_runtime
is_command_available 'node' 'https://nodejs.org/'
is_command_available 'npm' 'https://nodejs.org/'
is_command_available 'sed' ''

lint
Expand Down
Loading