]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/hashing: function to md5 hash buffer to hex
authorJason Ish <jason.ish@oisf.net>
Wed, 30 Dec 2020 22:17:52 +0000 (16:17 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Jan 2021 08:01:05 +0000 (09:01 +0100)
commit26c132166853e507da32fb6cde1224137b2b98b1
tree502f2f4c6e53e2bfd700270d07de84ae63ebbee5
parente00d21a5cb0191b561a81b667486888bd2b3c6c8
rust/hashing: function to md5 hash buffer to hex

Add function SCMd5HashBufferToHex to hash a single buffer to an
md5 hex string.
rust/src/ffi/hashing.rs