userver
userver copied to clipboard
Work with multiple string_view in crypto
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.