From 2c59f3a2327fb632d3e86d34fb7db17a40979213 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Fri, 31 Jan 2025 12:48:30 -0800 Subject: [PATCH] kbkdf: fixup readme (#5) --- kbkdf/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kbkdf/README.md b/kbkdf/README.md index 1288c6e..dfad7c4 100644 --- a/kbkdf/README.md +++ b/kbkdf/README.md @@ -1,6 +1,11 @@ # RustCrypto: KBKDF -[![crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link] ![Apache2/MIT licensed][license-image] ![Rust Version][rustc-image] [![Project Chat][chat-image]][chat-link] [![Build Status][build-image]][build-link] +[![crate][crate-image]][crate-link] +[![Docs][docs-image]][docs-link] +![Apache2/MIT licensed][license-image] +![Rust Version][rustc-image] +[![Project Chat][chat-image]][chat-link] +[![Build Status][build-image]][build-link] Pure Rust implementation of the Key Based Key Derivation Function (KBKDF). This function is described in section 4 of [NIST SP 800-108r1, Recommendation