Re: [cryptopp-users] HMACs of files

2023-05-21 Thread Tom
It can work with: https://gist.github.com/thomasb9511/f570ecad82055b34a27ec9e706f596c9 But it sidesteps the pipeline for verification. On Sunday, May 21, 2023 at 7:28:44 AM UTC-4 Tom wrote: > When dealing with the `SignatureVerificationFilter`, similar issues arise > due to the requirement of

Re: [cryptopp-users] HMACs of files

2023-05-21 Thread Tom
When dealing with the `SignatureVerificationFilter`, similar issues arise due to the requirement of having the "tag" at either the beginning or end of the initial part of the pipeline. Adding the "tag" to the filename within a pipeline that starts with `FileSource` does not resolve this