]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/hashing: a method to md5 hash a single buffer
authorJason Ish <jason.ish@oisf.net>
Tue, 22 Dec 2020 22:43:13 +0000 (16:43 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 12 Jan 2021 20:17:29 +0000 (21:17 +0100)
commit1022b217ed0f3fae9096d91399ec3beed6253f0a
tree2a5052259fb9c9142d20b5f98bc3d29e0dc3fc12
parente50ee7eb6251ab82097e19a84fdfeba6e7f0c1a3
rust/hashing: a method to md5 hash a single buffer

Add SCMd5HashBuffer as a replacement for NSS HASH_HashBuf as
used in ja3 to hash a single buffer.
rust/src/ffi/hashing.rs