Skip to content

Commit 8589e57

Browse files
authored
Add docs links (#2)
1 parent 83ef81d commit 8589e57

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[package]
22
name = "gimli-crypto"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
authors = ["Emil Fresk <emil.fresk@gmail.com"]
66
license = "MIT OR Apache-2.0"
77
description = "A no_std implementation of Gimli AEAD cipher and hash function"
88
readme = "README.md"
99
repository = "https://github.com/korken89/gimli-crypto"
10+
documentation = "https://docs.rs/gimli-crypto"
11+
homepage = "https://github.com/korken89/gimli-crypto"
1012
keywords = ["crypto", "aead", "hash", "gimli", "no-std"]
1113
categories = ["cryptography", "no-std"]
1214

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# gimli-crypto
22

3+
[![Crates.io](https://img.shields.io/crates/v/gimli-crypto.svg)](https://crates.io/crates/gimli-crypto)
4+
[![Documentation](https://docs.rs/gimli-crypto/badge.svg)](https://docs.rs/gimli-crypto)
5+
[![License](https://img.shields.io/crates/l/gimli-crypto.svg)](https://github.com/korken89/gimli-crypto#license)
6+
37
A `no_std` compatible Rust implementation of the Gimli cryptographic permutation and its applications:
48
- AEAD (`aead/gimli24v1`): Authenticated Encryption with Associated Data
59
- Hash (`hash/gimli24v1`): Cryptographic hash function

0 commit comments

Comments
 (0)