summaryrefslogtreecommitdiffstats
path: root/vendor/hmac-0.10.1
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-05-17 19:51:09 +0100
committerEllie Huxtable <e@elm.sh>2021-05-17 19:51:09 +0100
commitd0215a937a7889a97e11778ee4b0f9a12de01278 (patch)
tree5a8fd5ad62e6b5a4c218746ff2d4bd97373a48de /vendor/hmac-0.10.1
parent802a2258cbd839c5b82d24f74d7aebe4a27d8dc5 (diff)
Vendor dependenciesvendor
Just testing how CI works with this. I tend to prefer vendoring, as it means that if you have a copy of the code *you can always build it*. Even if you're 20 years in the future This is the output of ``` cargo vendor --versioned-dirs ```
Diffstat (limited to 'vendor/hmac-0.10.1')
-rw-r--r--vendor/hmac-0.10.1/.cargo-checksum.json1
-rw-r--r--vendor/hmac-0.10.1/CHANGELOG.md75
-rw-r--r--vendor/hmac-0.10.1/Cargo.toml43
-rw-r--r--vendor/hmac-0.10.1/LICENSE-APACHE201
-rw-r--r--vendor/hmac-0.10.1/LICENSE-MIT25
-rw-r--r--vendor/hmac-0.10.1/README.md56
-rw-r--r--vendor/hmac-0.10.1/src/lib.rs213
-rw-r--r--vendor/hmac-0.10.1/tests/data/md5.blbbin0 -> 245 bytes
-rw-r--r--vendor/hmac-0.10.1/tests/data/sha224.blbbin0 -> 803 bytes
-rw-r--r--vendor/hmac-0.10.1/tests/data/sha256.blbbin0 -> 831 bytes
-rw-r--r--vendor/hmac-0.10.1/tests/data/sha384.blbbin0 -> 943 bytes
-rw-r--r--vendor/hmac-0.10.1/tests/data/sha512.blbbin0 -> 1062 bytes
-rw-r--r--vendor/hmac-0.10.1/tests/lib.rs14
13 files changed, 628 insertions, 0 deletions
diff --git a/vendor/hmac-0.10.1/.cargo-checksum.json b/vendor/hmac-0.10.1/.cargo-checksum.json
new file mode 100644
index 00000000..eec5e18a
--- /dev/null
+++ b/vendor/hmac-0.10.1/.cargo-checksum.json
@@ -0,0 +1 @@
+{"files":{"CHANGELOG.md":"4aba9ad776166a2eb168603433d44b23d222dca89f75ab55716b52df9679f6e2","Cargo.toml":"babed92cc18ca45d54afc27504e0cd72bdd9a27e45faee3273604f4fd5e415f3","LICENSE-APACHE":"a9040321c3712d8fd0b09cf52b17445de04a23a10165049ae187cd39e5c86be5","LICENSE-MIT":"9e0dfd2dd4173a530e238cb6adb37aa78c34c6bc7444e0e10c1ab5d8881f63ba","README.md":"8246568870de4ed7e265daadbc2cdb0a13de872873e658bc1373eb90eb36ac3d","src/lib.rs":"1cc13f6e51494bfe4e9ad08656dc9bf0ca4aad12219dea5c50f5def9506b9043","tests/data/md5.blb":"41f33f80dbc25391a47c474432362597a4ed1b45bae3a1b817fa8b5d7548dad7","tests/data/sha224.blb":"d5428cdd466e35fd954da1b8c5a222e9e3f37aaebb8c16a3c4204272bfd1dbfe","tests/data/sha256.blb":"98d4a64debfda8e232490cd464353d083fdf252333cca139d5379b5fd568b1a9","tests/data/sha384.blb":"35c0ef0537ad23aba89a2943e4a62c650af5d5c695ab9084c792149535f5e6ee","tests/data/sha512.blb":"cd881eab93b8bb07b892cf8a676673a48170f63db9c21b43b6e73f0d1b5b363f","tests/lib.rs":"52086898c02a01c5bf9d713c7c5a06ef8aa53ab8550c58dba69b1d0b0ada2c65"},"package":"c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"} \ No newline at end of file
diff --git a/vendor/hmac-0.10.1/CHANGELOG.md b/vendor/hmac-0.10.1/CHANGELOG.md
new file mode 100644
index 00000000..f8467234
--- /dev/null
+++ b/vendor/hmac-0.10.1/CHANGELOG.md
@@ -0,0 +1,75 @@
+# Changelog
+
+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.10.1 (2020-10-16)
+### Added
+- Zulip badge ([#64])
+
+[#64]: https://github.com/RustCrypto/MACs/pull/64
+
+## 0.10.0 (2020-10-16)
+### Changed
+- Bump `crypto-mac` dependency to v0.10 ([#62])
+
+[#62]: https://github.com/RustCrypto/MACs/pull/62
+
+## 0.9.0 (2020-08-12)
+### Changed
+- Bump `crypto-mac` dependency to v0.9 ([#57])
+
+### Added
+- Implement `io::Write` ([#55])
+
+[#55]: https://github.com/RustCrypto/MACs/pull/55
+[#57]: https://github.com/RustCrypto/MACs/pull/57
+
+## 0.8.1 (2020-06-24)
+### Fixed
+- Replace outdated `code` with `into_bytes` in documentation ([#50])
+
+[#50]: https://github.com/RustCrypto/MACs/pull/50
+
+## 0.8.0 (2020-06-09)
+### Changed
+- Upgrade to `digest` v0.9 crate release; MSRV 1.41 ([#45])
+- Upgrade `crypto-mac` to v0.8 ([#33])
+- Rename `*result*` to `finalize` ([#38])
+- Upgrade to Rust 2018 edition ([#33])
+
+[#45]: https://github.com/RustCrypto/MACs/pull/45
+[#38]: https://github.com/RustCrypto/MACs/pull/38
+[#33]: https://github.com/RustCrypto/MACs/pull/33
+
+## 0.7.1 (2019-07-11)
+
+## 0.7.0 (2018-10-03)
+
+## 0.6.3 (2018-08-15)
+
+## 0.6.2 (2018-04-15)
+
+## 0.6.1 (2018-04-05)
+
+## 0.6.0 (2018-03-30)
+
+## 0.5.0 (2017-11-15)
+
+## 0.4.2 (2017-07-24)
+
+## 0.4.1 (2017-07-24)
+
+## 0.4.0 (2017-07-24)
+
+## 0.3.1 (2017-06-12)
+
+## 0.1.2 (2017-07-24)
+
+## 0.1.1 (2017-05-14)
+
+## 0.1.0 (2017-05-14)
+
+## 0.0.1 (2016-10-21)
diff --git a/vendor/hmac-0.10.1/Cargo.toml b/vendor/hmac-0.10.1/Cargo.toml
new file mode 100644
index 00000000..7ef0b11c
--- /dev/null
+++ b/vendor/hmac-0.10.1/Cargo.toml
@@ -0,0 +1,43 @@
+# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
+#
+# When uploading crates to the registry Cargo will automatically
+# "normalize" Cargo.toml files for maximal compatibility
+# with all versions of Cargo and also rewrite `path` dependencies
+# to registry (e.g., crates.io) dependencies
+#
+# If you believe there's an error in this file please file an
+# issue against the rust-lang/cargo repository. If you're
+# editing this file be aware that the upstream Cargo.toml
+# will likely look very different (and much more reasonable)
+
+[package]
+edition = "2018"
+name = "hmac"
+version = "0.10.1"
+authors = ["RustCrypto Developers"]
+description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
+documentation = "https://docs.rs/hmac"
+readme = "README.md"
+keywords = ["crypto", "mac", "hmac", "digest"]
+categories = ["cryptography", "no-std"]
+license = "MIT OR Apache-2.0"
+repository = "https://github.com/RustCrypto/MACs"
+[dependencies.crypto-mac]
+version = "0.10"
+
+[dependencies.digest]
+version = "0.9"
+[dev-dependencies.crypto-mac]
+version = "0.10"
+features = ["dev"]
+
+[dev-dependencies.md-5]
+version = "0.9"
+default-features = false
+
+[dev-dependencies.sha2]
+version = "0.9"
+default-features = false
+
+[features]
+std = ["crypto-mac/std"]
diff --git a/vendor/hmac-0.10.1/LICENSE-APACHE b/vendor/hmac-0.10.1/LICENSE-APACHE
new file mode 100644
index 00000000..78173fa2
--- /dev/null
+++ b/vendor/hmac-0.10.1/LICENSE-APACHE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
diff --git a/vendor/hmac-0.10.1/LICENSE-MIT b/vendor/hmac-0.10.1/LICENSE-MIT
new file mode 100644
index 00000000..8dcb85b3
--- /dev/null
+++ b/vendor/hmac-0.10.1/LICENSE-MIT
@@ -0,0 +1,25 @@
+Copyright (c) 2017 Artyom Pavlov
+
+Permission is hereby granted, free of charge, to any
+person obtaining a copy of this software and associated
+documentation files (the "Software"), to deal in the
+Software without restriction, including without
+limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software
+is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice
+shall be included in all copies or substantial portions
+of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
+TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
+SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
diff --git a/vendor/hmac-0.10.1/README.md b/vendor/hmac-0.10.1/README.md
new file mode 100644
index 00000000..ab50b2c7
--- /dev/null
+++ b/vendor/hmac-0.10.1/README.md
@@ -0,0 +1,56 @@
+# RustCrypto: HMAC
+
+[![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 [Hash-based Message Authentication Code (HMAC)][1].
+
+[Documentation][docs-link]
+
+## Minimum Supported Rust Version
+
+Rust **1.41** or higher.
+
+Minimum supported Rust version can be changed in the future, but it will be
+done with a minor version bump.
+
+## SemVer Policy
+
+- All on-by-default features of this library are covered by SemVer
+- MSRV is considered exempt from SemVer as noted above
+
+## License
+
+Licensed under either of:
+
+ * [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
+ * [MIT license](http://opensource.org/licenses/MIT)
+
+at your option.
+
+### Contribution
+
+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.
+
+[//]: # (badges)
+
+[crate-image]: https://img.shields.io/crates/v/hmac.svg
+[crate-link]: https://crates.io/crates/hmac
+[docs-image]: https://docs.rs/hmac/badge.svg
+[docs-link]: https://docs.rs/hmac/
+[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/260044-MACs
+[build-image]: https://github.com/RustCrypto/MACs/workflows/hmac/badge.svg?branch=master&event=push
+[build-link]: https://github.com/RustCrypto/MACs/actions?query=workflow%3Ahmac
+
+[//]: # (general links)
+
+[1]: https://en.wikipedia.org/wiki/HMAC
diff --git a/vendor/hmac-0.10.1/src/lib.rs b/vendor/hmac-0.10.1/src/lib.rs
new file mode 100644
index 00000000..6628336b
--- /dev/null
+++ b/vendor/hmac-0.10.1/src/lib.rs
@@ -0,0 +1,213 @@
+//! Generic implementation of Hash-based Message Authentication Code (HMAC).
+//!
+//! To use it you'll need a cryptographic hash function implementation from
+//! RustCrypto project. You can either import specific crate (e.g. `sha2`), or
+//! meta-crate `crypto-hashes` which reexport all related crates.
+//!
+//! # Usage
+//! Let us demonstrate how to use HMAC using SHA256 as an example.
+//!
+//! To get the authentication code:
+//!
+//! ```rust
+//! use sha2::Sha256;
+//! use hmac::{Hmac, Mac, NewMac};
+//!
+//! // Create alias for HMAC-SHA256
+//! type HmacSha256 = Hmac<Sha256>;
+//!
+//! // Create HMAC-SHA256 instance which implements `Mac` trait
+//! let mut mac = HmacSha256::new_varkey(b"my secret and secure key")
+//! .expect("HMAC can take key of any size");
+//! mac.update(b"input message");
+//!
+//! // `result` has type `Output` which is a thin wrapper around array of
+//! // bytes for providing constant time equality check
+//! let result = mac.finalize();
+//! // To get underlying array use `into_bytes` method, but be careful, since
+//! // incorrect use of the code value may permit timing attacks which defeat
+//! // the security provided by the `Output`
+//! let code_bytes = result.into_bytes();
+//! ```
+//!
+//! To verify the message:
+//!
+//! ```rust
+//! # use sha2::Sha256;
+//! # use hmac::{Hmac, Mac, NewMac};
+//! # type HmacSha256 = Hmac<Sha256>;
+//! let mut mac = HmacSha256::new_varkey(b"my secret and secure key")
+//! .expect("HMAC can take key of any size");
+//!
+//! mac.update(b"input message");
+//!
+//! # let code_bytes = mac.clone().finalize().into_bytes();
+//! // `verify` will return `Ok(())` if code is correct, `Err(MacError)` otherwise
+//! mac.verify(&code_bytes).unwrap();
+//! ```
+//!
+//! # Block and input sizes
+//! Usually it is assumed that block size is larger than output size, due to the
+//! generic nature of the implementation this edge case must be handled as well
+//! to remove potential panic scenario. This is done by truncating hash output
+//! to the hash block size if needed.
+
+#![no_std]
+#![doc(
+ html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg",
+ html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
+)]
+#![forbid(unsafe_code)]
+#![warn(missing_docs, rust_2018_idioms)]
+
+#[cfg(feature = "std")]
+extern crate std;
+
+pub use crypto_mac::{self, Mac, NewMac};
+pub use digest;
+
+use core::{cmp::min, fmt};
+use crypto_mac::{
+ generic_array::{sequence::GenericSequence, ArrayLength, GenericArray},
+ InvalidKeyLength, Output,
+};
+use digest::{BlockInput, FixedOutput, Reset, Update};
+
+const IPAD: u8 = 0x36;
+const OPAD: u8 = 0x5C;
+
+/// The `Hmac` struct represents an HMAC using a given hash function `D`.
+pub struct Hmac<D>
+where
+ D: Update + BlockInput + FixedOutput + Reset + Default + Clone,
+ D::BlockSize: ArrayLength<u8>,
+{
+ digest: D,
+ i_key_pad: GenericArray<u8, D::BlockSize>,
+ opad_digest: D,
+}
+
+impl<D> Clone for Hmac<D>
+where
+ D: Update + BlockInput + FixedOutput + Reset + Default + Clone,
+ D::BlockSize: ArrayLength<u8>,
+{
+ fn clone(&self) -> Hmac<D> {
+ Hmac {
+ digest: self.digest.clone(),
+ i_key_pad: self.i_key_pad.clone(),
+ opad_digest: self.opad_digest.clone(),
+ }
+ }
+}
+
+impl<D> fmt::Debug for Hmac<D>
+where
+ D: Update + BlockInput + FixedOutput + Reset + Default + Clone + fmt::Debug,
+ D::BlockSize: ArrayLength<u8>,
+{
+ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
+ f.debug_struct("Hmac")
+ .field("digest", &self.digest)
+ .field("i_key_pad", &self.i_key_pad)
+ .field("opad_digest", &self.opad_digest)
+ .finish()
+ }
+}
+
+impl<D> NewMac for Hmac<D>
+where
+ D: Update + BlockInput + FixedOutput + Reset + Default + Clone,
+ D::BlockSize: ArrayLength<u8>,
+ D::OutputSize: ArrayLength<u8>,
+{
+ type KeySize = D::BlockSize;
+
+ fn new(key: &GenericArray<u8, Self::KeySize>) -> Self {
+ Self::new_varkey(key.as_slice()).unwrap()
+ }
+
+ #[inline]
+ fn new_varkey(key: &[u8]) -> Result<Self, InvalidKeyLength> {
+ let mut hmac = Self {
+ digest: Default::default(),
+ i_key_pad: GenericArray::generate(|_| IPAD),
+ opad_digest: Default::default(),
+ };
+
+ let mut opad = GenericArray::<u8, D::BlockSize>::generate(|_| OPAD);
+ debug_assert!(hmac.i_key_pad.len() == opad.len());
+
+ // The key that Hmac processes must be the same as the block size of the
+ // underlying Digest. If the provided key is smaller than that, we just
+ // pad it with zeros. If its larger, we hash it and then pad it with
+ // zeros.
+ if key.len() <= hmac.i_key_pad.len() {
+ for (k_idx, k_itm) in key.iter().enumerate() {
+ hmac.i_key_pad[k_idx] ^= *k_itm;
+ opad[k_idx] ^= *k_itm;
+ }
+ } else {
+ let mut digest = D::default();
+ digest.update(key);
+ let output = digest.finalize_fixed();
+ // `n` is calculated at compile time and will equal
+ // D::OutputSize. This is used to ensure panic-free code
+ let n = min(output.len(), hmac.i_key_pad.len());
+ for idx in 0..n {
+ hmac.i_key_pad[idx] ^= output[idx];
+ opad[idx] ^= output[idx];
+ }
+ }
+
+ hmac.digest.update(&hmac.i_key_pad);
+ hmac.opad_digest.update(&opad);
+
+ Ok(hmac)
+ }
+}
+
+impl<D> Mac for Hmac<D>
+where
+ D: Update + BlockInput + FixedOutput + Reset + Default + Clone,
+ D::BlockSize: ArrayLength<u8>,
+ D::OutputSize: ArrayLength<u8>,
+{
+ type OutputSize = D::OutputSize;
+
+ #[inline]
+ fn update(&mut self, data: &[u8]) {
+ self.digest.update(data);
+ }
+
+ #[inline]
+ fn finalize(self) -> Output<Self> {
+ let mut opad_digest = self.opad_digest.clone();
+ let hash = self.digest.finalize_fixed();
+ opad_digest.update(&hash);
+ Output::new(opad_digest.finalize_fixed())
+ }
+
+ #[inline]
+ fn reset(&mut self) {
+ self.digest.reset();
+ self.digest.update(&self.i_key_pad);
+ }
+}
+
+#[cfg(feature = "std")]
+impl<D> std::io::Write for Hmac<D>
+where
+ D: Update + BlockInput + FixedOutput + Reset + Default + Clone,
+ D::BlockSize: ArrayLength<u8>,
+ D::OutputSize: ArrayLength<u8>,
+{
+ fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> {
+ Mac::update(self, buf);
+ Ok(buf.len())
+ }
+
+ fn flush(&mut self) -> std::io::Result<()> {
+ Ok(())
+ }
+}
diff --git a/vendor/hmac-0.10.1/tests/data/md5.blb b/vendor/hmac-0.10.1/tests/data/md5.blb
new file mode 100644
index 00000000..731a0ae4
--- /dev/null
+++ b/vendor/hmac-0.10.1/tests/data/md5.blb
Binary files differ
diff --git a/vendor/hmac-0.10.1/tests/data/sha224.blb b/vendor/hmac-0.10.1/tests/data/sha224.blb
new file mode 100644
index 00000000..dabb20b3
--- /dev/null
+++ b/vendor/hmac-0.10.1/tests/data/sha224.blb
Binary files differ
diff --git a/vendor/hmac-0.10.1/tests/data/sha256.blb b/vendor/hmac-0.10.1/tests/data/sha256.blb
new file mode 100644
index 00000000..6b5b288e
--- /dev/null
+++ b/vendor/hmac-0.10.1/tests/data/sha256.blb
Binary files differ
diff --git a/vendor/hmac-0.10.1/tests/data/sha384.blb b/vendor/hmac-0.10.1/tests/data/sha384.blb
new file mode 100644
index 00000000..d5cddb31
--- /dev/null
+++ b/vendor/hmac-0.10.1/tests/data/sha384.blb
Binary files differ
diff --git a/vendor/hmac-0.10.1/tests/data/sha512.blb b/vendor/hmac-0.10.1/tests/data/sha512.blb
new file mode 100644
index 00000000..b79ae49f
--- /dev/null
+++ b/vendor/hmac-0.10.1/tests/data/sha512.blb
Binary files differ
diff --git a/vendor/hmac-0.10.1/tests/lib.rs b/vendor/hmac-0.10.1/tests/lib.rs
new file mode 100644
index 00000000..95c4e01e
--- /dev/null
+++ b/vendor/hmac-0.10.1/tests/lib.rs
@@ -0,0 +1,14 @@
+//! Test vectors from:
+//! - md5: RFC 2104, plus wiki test
+//! - sha2: RFC 4231
+
+#![no_std]
+
+use crypto_mac::new_test;
+use hmac::Hmac;
+
+new_test!(hmac_md5, "md5", Hmac<md5::Md5>);
+new_test!(hmac_sha224, "sha224", Hmac<sha2::Sha224>);
+new_test!(hmac_sha256, "sha256", Hmac<sha2::Sha256>);
+new_test!(hmac_sha384, "sha384", Hmac<sha2::Sha384>);
+new_test!(hmac_sha512, "sha512", Hmac<sha2::Sha512>);