Skip to content

Commit

Permalink
bake-kdf v0.0.1 (#112)
Browse files Browse the repository at this point in the history
Initial release
  • Loading branch information
tarcieri authored Feb 13, 2025
1 parent 5f2bca5 commit 728a400
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ansi-x963-kdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

[crate-image]: https://img.shields.io/crates/v/ansi-x963-kdf.svg
[crate-image]: https://img.shields.io/crates/v/ansi-x963-kdf.svg?logo=rust
[crate-link]: https://crates.io/crates/ansi-x963-kdf
[docs-image]: https://docs.rs/ansi-x963-kdf/badge.svg
[docs-link]: https://docs.rs/ansi-x963-kdf/
Expand Down
2 changes: 1 addition & 1 deletion bake-kdf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 (xxxx-xx-xx)
## 0.0.1 (2025-02-13)
- Initial release
2 changes: 1 addition & 1 deletion bake-kdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bake-kdf"
version = "0.1.0"
version = "0.0.1"
description = "bake-kdf function (STB 34.101.66-2014)"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bake-kdf/LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 RustCrypto Developers
Copyright (c) 2024-2025 RustCrypto Developers

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
9 changes: 5 additions & 4 deletions bake-kdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-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 [bake-kdf][1] function.

Expand All @@ -27,13 +28,13 @@ assert_eq!(key, hex!("bbd7ece0080bee33c776a140f8d807a113a119a4e4d4270f9f2018fbd5

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/bake-kdf.svg
[crate-image]: https://img.shields.io/crates/v/bake-kdf.svg?logo=rust
[crate-link]: https://crates.io/crates/bake-kdf
[docs-image]: https://docs.rs/bake-kdf/badge.svg
[docs-link]: https://docs.rs/bake-kdf/
[build-image]: https://github.com/RustCrypto/KDFs/actions/workflows/bake-kdf.yml/badge.svg
[build-link]: https://github.com/RustCrypto/KDFs/actions/workflows/bake-kdf.yml
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260043-KDFs
[build-image]: https://github.com/RustCrypto/KDFs/workflows/bake-kdf/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/KDFs/actions?query=workflow:bake-kdf

0 comments on commit 728a400

Please sign in to comment.