gotosocial/vendor/github.com/minio/crc64nvme
dependabot[bot] 46e473f86e
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#3803)
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.85 to 7.0.86.
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](https://github.com/minio/minio-go/compare/v7.0.85...v7.0.86)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 11:42:50 +00:00
..
crc64.go [chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#3803) 2025-02-17 11:42:50 +00:00
crc64_amd64.go [chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#3803) 2025-02-17 11:42:50 +00:00
crc64_amd64.s [chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#3803) 2025-02-17 11:42:50 +00:00
crc64_arm64.go [chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#3803) 2025-02-17 11:42:50 +00:00
crc64_arm64.s [chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#3803) 2025-02-17 11:42:50 +00:00
crc64_other.go [chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#3803) 2025-02-17 11:42:50 +00:00
LICENSE [chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#3803) 2025-02-17 11:42:50 +00:00
README.md [chore]: Bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#3803) 2025-02-17 11:42:50 +00:00

crc64nvme

This Golang package calculates CRC64 checksums using carryless-multiplication accelerated with SIMD instructions for both ARM and x86. It is based on the NVME polynomial as specified in the NVM Express® NVM Command Set Specification.

The code is based on the crc64fast-nvme package in Rust and is released under the Apache 2.0 license.

For more background on the exact technique used, see this Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction paper.

Performance

To follow.

Requirements

All Go versions >= 1.22 are supported.

Contributing

Contributions are welcome, please send PRs for any enhancements.