Skip to content
Merged
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: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# go-threefish

![Tests](https://github.com/schultz-is/go-threefish/workflows/Tests/badge.svg)
[![GoDoc](https://godoc.org/github.com/schultz-is/go-threefish?status.svg)](https://pkg.go.dev/github.com/schultz-is/go-threefish)
[![Tests](https://github.com/schultz-is/go-threefish/actions/workflows/pr.yml/badge.svg)](https://github.com/schultz-is/go-threefish/actions/workflows/pr.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/schultz-is/go-threefish.svg)](https://pkg.go.dev/github.com/schultz-is/go-threefish)
[![License](https://img.shields.io/github/license/schultz-is/go-threefish)](./LICENSE)

Threefish is a tweakable block cipher that was developed as part of the Skein
Expand All @@ -22,10 +22,10 @@ which also provides detailed performance information.

## Installation

To install as a dependency in a go project:
To install as a dependency in a Go project:

```console
go get -U github.com/schultz-is/go-threefish
go get github.com/schultz-is/go-threefish
```

## Usage
Expand Down