crc32c property

String? crc32c
getter/setter pair

CRC32c checksum, as described in RFC 4960, Appendix B; encoded using base64 in big-endian byte order.

For more information about using the CRC32c checksum, see Hashes and ETags: Best Practices.

Implementation

core.String? crc32c;