Registry / crypto / minio-md5-simd

minio-md5-simd

JSON →
library1.1.2gogounverified

Package md5-simd provides an accelerated MD5 hashing implementation using SIMD instructions.

go get github.com/minio/md5-simd
INSTALL
IMPORT
SIG · MINIO-MD5-SIMD
M
minio-md5-simd
cryptogov1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

md5simd
github.com/minio/md5-simd

Compute an MD5 hash using SIMD-accelerated implementation.

import "github.com/minio/md5-simd" func main() { h := md5simd.New() h.Write([]byte("data")) sum := h.Sum(nil) _ = sum }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
minio-md5-simd — go get minio-md5-simd · libregistry