We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9e5d2 commit ea16655Copy full SHA for ea16655
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "atlas-c2pa-lib"
3
-version = "0.1.0"
+version = "0.1.1"
4
edition = "2021"
5
description = "A Rust library for creating, signing, and verifying machine learning assets with C2PA"
6
authors = ["Intel Labs"]
src/cose.rs
@@ -160,7 +160,7 @@ use openssl::sign::{Signer, Verifier};
160
use std::str::FromStr;
161
162
/// Supported hash algorithms for COSE signing and verification
163
-#[derive(Debug, Clone)]
+#[derive(Debug, PartialEq, Clone)]
164
pub enum HashAlgorithm {
165
/// SHA-256 hash algorithm (256-bit)
166
Sha256,
0 commit comments