barsnick
barsnick
> for (long i = 0; i < N; i++) { > EVP_DigestInit_ex(mdctx, md, NULL); // ex or ex2 > EVP_DigestUpdate(mdctx, src, sizeof(src)); > EVP_DigestFinal_ex(mdctx, dst, 0); > } >...
BTW, this particular SHA256 code was fixed (albeit with keeping the unnecessary legacy code) in https://github.com/gluster/glusterfs/commit/8742a8d3d3d5d571d99e886ef84548b4cb443be1.
> If websocketpp::config::asio_tls and websocketpp::config::asio shared a common base that had noopps for tls routines I'd be using it. They do, except that you can't use the one directly in...
That's incorrect. You misunderstood OpenV2G. Their "iso2" codec is based on a preliminary draft (DIS) version of ISO 15118-2 Ed. 2 (or "2v2"), which was never finalized as FDIS. Instead,...