Skip to content

Commit 767b0c6

Browse files
Update docs and licenses for GMAC
1 parent 0984caa commit 767b0c6

File tree

8 files changed

+473
-219
lines changed

8 files changed

+473
-219
lines changed

Cargo.lock

Lines changed: 27 additions & 159 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,3 @@ trivial_numeric_casts = "warn"
5353
unsafe_code = "forbid"
5454
unused_lifetimes = "warn"
5555
unused_qualifications = "warn"
56-
57-
# DO NOT MERGE!
58-
[patch.crates-io]
59-
digest = { path = "/Users/rubin/Documents/gh/rustcrypto_traits/digest"}

gmac/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.1.0 (2026-04-??)
9+
Initial Release

0 commit comments

Comments
 (0)