Skip to content

Commit

Permalink
Merge pull request #24 from D3vl0per/readme-update
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vl0per authored Feb 13, 2024
2 parents a3acd15 + 6fe8d73 commit 7376c4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ benchmark-compression:
go test -benchmem -bench BenchmarkRoundTrip github.com/D3vl0per/crypt/compression -timeout 30m -benchtime=1s -count=6 | tee "compression-$(shell date --iso-8601=seconds).out"

coverage:
go test -coverprofile=coverage.out ./...
go test -covermode=atomic -coverprofile=coverage.out ./...
go tool cover -html=coverage.out -o coverage.html
rm coverage.out
google-chrome-stable coverage.html
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Go-Crypt (!!! WIP !!!)

This project is a comprehensive toolkit for developers who need to implement various cryptographic operations in their Go applications

<h1 align="center">(Go) Crypt</h1>
<p align="center">
<a href="https://pkg.go.dev/github.com/D3vl0per/crypt"><img src="https://img.shields.io/badge/godoc-reference-blue.svg"/></a>
<a href="https://github.com/D3vl0per/crypt/actions/workflows/test_test.yaml"><img src="https://github.com/D3vl0per/crypt/actions/workflows/test_test.yaml/badge.svg?branch=main"/></a>
<a href="https://codecov.io/github/D3vl0per/crypt"><img src="https://codecov.io/github/D3vl0per/crypt/graph/badge.svg?token=X8DSE9DZ18"/></a>
</p>
<p align="center"> This project is a comprehensive toolkit for developers who need to implement various cryptographic operations in their Go applications
</p>

## Crypto suite:
- Generic
Expand Down

0 comments on commit 7376c4e

Please sign in to comment.