userver icon indicating copy to clipboard operation
userver copied to clipboard

Work with multiple string_view in crypto

Open apolukhin opened this issue 3 years ago • 0 comments
trafficstars

Occasionally there is a need to encode/decode mutiple stings into one. Right now we concatenate strings for that.

We need an interface that avoid concatenation. First of all crypto::HmacShaVerifier::Verify and crypto::HmacShaSigner::Sign should get rid of InitListToString calls.

apolukhin avatar Oct 25 '22 13:10 apolukhin