ERR_CRYPTO_HASH_FINALIZED
node
runtime_error
official
true
Hash already finalized
ID: node/err_crypto_hash_finalized
0%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 18 | active | — | — | — |
| 20 | active | — | — | — |
| 22 | active | — | — | — |
Root Cause
hash.digest() was called multiple times on a Hash object that was already finalized.
generic