|
|
@ -1,12 +1,12 @@ |
|
|
|
[package] |
|
|
|
name = "miden-crypto" |
|
|
|
version = "0.6.0" |
|
|
|
version = "0.7.0" |
|
|
|
description = "Miden Cryptographic primitives" |
|
|
|
authors = ["miden contributors"] |
|
|
|
readme = "README.md" |
|
|
|
license = "MIT" |
|
|
|
repository = "https://github.com/0xPolygonMiden/crypto" |
|
|
|
documentation = "https://docs.rs/miden-crypto/0.6.0" |
|
|
|
documentation = "https://docs.rs/miden-crypto/0.7.0" |
|
|
|
categories = ["cryptography", "no-std"] |
|
|
|
keywords = ["miden", "crypto", "hash", "merkle"] |
|
|
|
edition = "2021" |
|
|
|