Check-in [019f6eb9aa]
Overview
Comment:Track EOF for channels so get message digest is only performed once. Added more info to function documentation and comments
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | crypto
Files: files | file ages | folders
SHA3-256: 019f6eb9aaea0e324adc4baa52bdd45aa046ef45bf0c747be39f5bfb42ea2fd5
User & Date: bohagan on 2023-11-05 21:46:36
Other Links: branch diff | manifest | tags
Context
2023-11-06
04:52
Added an option to the digest command to allow the user to create a new command, use it to add data to a hash, and to get the final message digest. Refactored code to move common digest init, update, and finalize operations into common functions. check-in: 0c59081d81 user: bohagan tags: crypto
2023-11-05
21:46
Track EOF for channels so get message digest is only performed once. Added more info to function documentation and comments check-in: 019f6eb9aa user: bohagan tags: crypto
2023-11-04
03:14
Added sha512 convenience command check-in: 72569af7c5 user: bohagan tags: crypto
Changes