crc32c

@JvmName(name = "yibbioidylwbhwbc")
suspend fun crc32c(value: Output<String>)
@JvmName(name = "rlkfskoustgxayph")
suspend fun crc32c(value: String?)

Parameters

value

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.