diff options
author | lloyd <[email protected]> | 2011-04-08 18:41:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-08 18:41:19 +0000 |
commit | cba5b5ce28285751aa4b6cc48362dc002ae9063c (patch) | |
tree | 9bc6025338ed7db09d3e4c0918c6bfc134a689db /doc/pubkey.txt | |
parent | 8b543e804375a788ae71d461c0f8cf5d4193fc25 (diff) |
More doc updates
Diffstat (limited to 'doc/pubkey.txt')
-rw-r--r-- | doc/pubkey.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pubkey.txt b/doc/pubkey.txt index 2089434d6..6279234e9 100644 --- a/doc/pubkey.txt +++ b/doc/pubkey.txt @@ -300,7 +300,7 @@ plaintext twice produces two different ciphertexts. The primary interface for encryption is ``PK_Encryptor``, which provides the following interface: -.. cpp:function:: SecureVector<byte> PK_Encryptor::encrypt(const byte in[], size_t length, RandomNumberGenerator& rng) const +.. cpp:function:: SecureVector<byte> PK_Encryptor::encrypt(const byte* in, size_t length, RandomNumberGenerator& rng) const .. cpp:function:: SecureVector<byte> PK_Encryptor::encrypt(const MemoryRegion<byte>& in, RandomNumberGenerator& rng) const |