mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-06-02 14:10:33 +08:00
3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
import { AwsCrc32 } from "@aws-crypto/crc32";
|
|
export const getCrc32ChecksumAlgorithmFunction = () => AwsCrc32;
|