diff --git a/README.md b/README.md index 5d6e6ad..1040878 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -[![Go Reference](https://pkg.go.dev/badge/github.com/go-crypt/crypt.svg)](https://pkg.go.dev/github.com/go-crypt/crypt) +[![Go Reference](https://godoc.org/github.com/go-crypt/crypt?status.svg)](https://godoc.org/github.com/go-crypt/crypt) [![Go Report Card](https://goreportcard.com/badge/github.com/go-crypt/crypt)](https://goreportcard.com/report/github.com/go-crypt/crypt) +[![Version](https://img.shields.io/github/release/go-crypt/crypt.svg)](https://github.com/go-crypt/crypt/releases) +![Go version](https://img.shields.io/badge/Go-1.25-brightgreen.svg) +[![codecov](https://codecov.io/github/go-crypt/crypt/graph/badge.svg?token=P1FN91DTLE)](https://codecov.io/github/go-crypt/crypt) +![License](https://img.shields.io/github/license/go-crypt/crypt?logo=apache&color=blue) # github.com/go-crypt/crypt +

+ Logo +

+ Password Hashing / Digest / Crypt library. ## Intent diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..1d17b10 Binary files /dev/null and b/static/logo.png differ