summaryrefslogtreecommitdiff
path: root/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'rng.h')
-rw-r--r--rng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rng.h b/rng.h
index 6b9e55e..4d1fdca 100644
--- a/rng.h
+++ b/rng.h
@@ -56,7 +56,7 @@ class MaurerRandomnessTest : public Bufferless<Sink>
public:
MaurerRandomnessTest();
- unsigned int Put2(const byte *inString, unsigned int length, int messageEnd, bool blocking);
+ size_t Put2(const byte *inString, size_t length, int messageEnd, bool blocking);
// BytesNeeded() returns how many more bytes of input is needed by the test
// GetTestValue() should not be called before BytesNeeded()==0