Andrew Phillips (aider)
|
0a33dcd90d
|
fix: use md5sum instead of bzip2 for MD5 digest
|
2025-05-13 17:02:48 -03:00 |
|
Andrew Phillips (aider)
|
d26218617a
|
fix: add strum import and remove Box.expect call
|
2025-05-13 16:53:19 -03:00 |
|
Andrew Phillips (aider)
|
e5bbbd61a3
|
feat: add digest_engine::default_digest_type()
|
2025-05-13 16:47:37 -03:00 |
|
Andrew Phillips (aider)
|
0be716eac0
|
refactor: Rename get_engine to get_digest_engine and update references
|
2025-05-13 08:42:02 -03:00 |
|
Andrew Phillips
|
7db2a2ab75
|
(no commit message provided)
|
2025-05-13 08:16:47 -03:00 |
|
Andrew Phillips (aider)
|
d827a4d772
|
fix: remove unused field and add missing Context import
|
2025-05-12 22:03:46 -03:00 |
|
Andrew Phillips (aider)
|
ec3771cd5d
|
fix: Remove unused field and fix context method in DigestEngineProgram
|
2025-05-12 22:01:16 -03:00 |
|
Andrew Phillips (aider)
|
1b96f474fe
|
fix: add Context trait and correct with_context usage
|
2025-05-12 20:49:58 -03:00 |
|
Andrew Phillips (aider)
|
5ab5a47090
|
fix: remove Clone derive and fix context method usage
|
2025-05-12 20:48:44 -03:00 |
|
Andrew Phillips (aider)
|
89e8ade361
|
fix: add missing process field and Context import
|
2025-05-12 20:47:15 -03:00 |
|
Andrew Phillips (aider)
|
650d410383
|
fix: resolve compilation errors by correcting imports, struct fields, and method usage
|
2025-05-12 20:46:14 -03:00 |
|
Andrew Phillips (aider)
|
416c65d177
|
fix: resolve duplicate imports and missing io/Context imports
|
2025-05-12 20:44:47 -03:00 |
|
Andrew Phillips (aider)
|
faff90f5d3
|
fix: resolve Rust compilation errors by fixing imports and missing types
|
2025-05-12 20:43:31 -03:00 |
|
Andrew Phillips (aider)
|
712a820eba
|
fix: Fix missing Write trait and unused imports
|
2025-05-12 20:41:18 -03:00 |
|
Andrew Phillips (aider)
|
e0d3f86c49
|
fix: Fix unused imports and ProgramWriter issues
|
2025-05-12 20:39:16 -03:00 |
|
Andrew Phillips (aider)
|
c7533890c8
|
fix: implement Write trait for digest engines
|
2025-05-12 20:36:15 -03:00 |
|
Andrew Phillips (aider)
|
f748fdd0f3
|
refactor: add update method to digest engines for consistent write interface
|
2025-05-12 20:33:13 -03:00 |
|
Andrew Phillips
|
4ee0715e39
|
refactor: update digest engine to use Result and Write, add is_supported method
|
2025-05-12 20:32:58 -03:00 |
|
Andrew Phillips (aider)
|
489de191a5
|
fix: resolve name conflict by renaming sha2 module to sha2_digest
|
2025-05-12 18:51:57 -03:00 |
|
Andrew Phillips (aider)
|
3ad07f1651
|
fix: Fix unresolved imports for sha2 and DigestEngine, add Enum macro, remove unused imports
|
2025-05-12 18:25:47 -03:00 |
|
Andrew Phillips (aider)
|
41060c3029
|
feat: create digest engine with Sha256/Md5/None and integrate with save mode
|
2025-05-12 18:21:34 -03:00 |
|