Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions belt-kwp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
![Rust Version][rustc-image]
[![Build Status][build-image]][build-link]

Pure Rust implementation of the `belt-kwp` key wrapping algorithm defined in [STB 4.101.31-2020].
Pure Rust implementation of the `belt-kwp` key wrapping algorithm defined in [STB 34.101.31-2020].

[STB 4.101.31-2020]: https://apmi.bsu.by/assets/files/std/belt-spec371.pdf
[STB 34.101.31-2020]: https://apmi.bsu.by/assets/files/std/belt-spec371.pdf

# Examples

Expand Down Expand Up @@ -67,7 +67,7 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/bel-kwp.svg
[crate-image]: https://img.shields.io/crates/v/belt-kwp.svg
[crate-link]: https://crates.io/crates/belt-kwp
[docs-image]: https://docs.rs/belt-kwp/badge.svg
[docs-link]: https://docs.rs/belt-kwp/
Expand Down
Loading