chore: add badges to readme
This commit is contained in:
parent
56d014898d
commit
ce9b45fe77
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
# Miden Crypto
|
||||
<a href="https://github.com/0xPolygonMiden/miden-crypto/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
||||
<a href="https://github.com/0xPolygonMiden/crypto/actions/workflows/ci.yml"><img src="https://github.com/0xPolygonMiden/crypto/actions/workflows/ci.yml/badge.svg?branch=main"></a>
|
||||
<img src="https://img.shields.io/badge/rustc-1.75+-lightgray.svg">
|
||||
<a href="https://crates.io/crates/miden-crypto"><img src="https://img.shields.io/crates/v/miden-crypto"></a>
|
||||
|
||||
This crate contains cryptographic primitives used in Polygon Miden.
|
||||
|
||||
## Hash
|
||||
|
|
Loading…
Add table
Reference in a new issue