Minor fixups and doc updates.

This commit is contained in:
2025-12-29 02:03:32 -07:00
parent ddf44d7e33
commit f80204aced
7 changed files with 46 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
mod common;
use common::hexstr;
use emsha::{hmac, sha256, Hash, Result};
use emsha::{Hash, Result, hmac, sha256};
#[test]
fn test_hmac_00() -> Result<()> {