Support for CRC-64/NVME #112771
-
|
Amazon S3 recently launched new data integrity checks when uploading and download objects. https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html. For context I'm a maintainer of the AWS .NET SDK. It supports a collection of different hashing algorithms but the default is Curious what the .NET team's appetite is for adding |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @normj - With Vectorize custom polynomial CRC-32 and CRC-64 (#124832), we're now finished with the related feature work on this. The scalar implementation was included in .NET 11 Preview 2 and the vectorized implementation will be in .NET 11 Preview 3. Please let us know if you have any feedback or issues--best to just file a new issue if you do, tagging @bartonjs and me please. Otherwise, we'd also appreciate a response here if you successfully integrate it. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @normj - With Vectorize custom polynomial CRC-32 and CRC-64 (#124832), we're now finished with the related feature work on this.
The scalar implementation was included in .NET 11 Preview 2 and the vectorized implementation will be in .NET 11 Preview 3.
Please let us know if you have any feedback or issues--best to just file a new issue if you do, tagging @bartonjs and me please. Otherwise, we'd also appreciate a response here if you successfully integrate it.
Thanks!