Index: content/renderer/webcrypto/webcrypto_util.h |
diff --git a/content/renderer/webcrypto/webcrypto_util.h b/content/renderer/webcrypto/webcrypto_util.h |
index a4f15a89894226835a350a8be6787cb6068dedbd..1c07ed868cc21c9263d0f4b64e009a4d20963a7b 100644 |
--- a/content/renderer/webcrypto/webcrypto_util.h |
+++ b/content/renderer/webcrypto/webcrypto_util.h |
@@ -94,6 +94,9 @@ CONTENT_EXPORT blink::WebCryptoAlgorithm CreateAesCbcKeyGenAlgorithm( |
blink::WebCryptoAlgorithm CreateAesGcmKeyGenAlgorithm( |
unsigned short key_length_bits); |
+// Returns the internal block size for SHA-* |
+unsigned int ShaBlockSizeBytes(blink::WebCryptoAlgorithmId hash_id); |
+ |
} // namespace webcrypto |
} // namespace content |