Tags: contentauth/c2pa-python
Tags
feat: Add a runner for Linux ARM support (#121) * fix: More docs, and readme for examples * fix: Wording * fix: Examples * fix: Examples * fix: Examples * fix: Add a note * fix: More editorial changes * fix: Update corrupted file (#120) * fix: Add a test * fix: Add a debug test for CAWG * fix: Fix corrupted file * fix: Cleaning up * fix: Fix non-threaded tests * fix: unrandomize test * fix: Improve test sensitivity * fix: Improve comment * fix: Add a runner * fix: ARM * fix: ARM * fix: ARM * fix: Comments * fix: ARM * fix: ARM * fix: ARM * fix: ARM * fix: ARM * fix: ARM * fix: ARM * fix: Remove logs * fix: Version bump
Make underlying plumbing more generic (#54) * Turn into box * Use Trait instead of type * WIP * Change import * Add logs * Add logging deps * Logger * Temp COSE change * COSE handling * WIP * Clean up * Python UDL mapping * Add export * Add a fucntion * Missing export * One more api change * Revert wrapping * Restore mistakenly removed file * Undo wrapping * Add more logs * Add alg support * Make alg param optional * API changes to simplify * Fix typings in UDL * Update bindings * Remove env_logger init * Clean up logs * Add pytest to Linux action for testing * Pytest attempt 2 * Remove maturin from workflow * Update build.yml * Clean up API * Add code doc * Fix doc