summaryrefslogtreecommitdiffstats
path: root/core/crypto/hashing_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/crypto/hashing_context.h')
-rw-r--r--core/crypto/hashing_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/crypto/hashing_context.h b/core/crypto/hashing_context.h
index af6ed3aa0b..230ba7ee85 100644
--- a/core/crypto/hashing_context.h
+++ b/core/crypto/hashing_context.h
@@ -54,8 +54,8 @@ protected:
public:
Error start(HashType p_type);
- Error update(PoolByteArray p_chunk);
- PoolByteArray finish();
+ Error update(PackedByteArray p_chunk);
+ PackedByteArray finish();
HashingContext();
~HashingContext();