diff options
author | lloyd <[email protected]> | 2014-01-11 13:18:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-11 13:18:44 +0000 |
commit | e8ec0d45423a7729622040986ee6b1f3b4b9a026 (patch) | |
tree | 3d5a4fcea5ac76aa24107c01a3dc44ec0beb812e /src/lib/algo_base | |
parent | 82072559d40ac0ed1e13c3a8993cc82705e7a574 (diff) |
Website tweaks. Rename TLS suite script options.
Diffstat (limited to 'src/lib/algo_base')
-rw-r--r-- | src/lib/algo_base/transform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/algo_base/transform.h b/src/lib/algo_base/transform.h index 2eec9d85b..5e59eb80c 100644 --- a/src/lib/algo_base/transform.h +++ b/src/lib/algo_base/transform.h @@ -39,6 +39,7 @@ class BOTAN_DLL Transformation : public SymmetricAlgorithm /** * Process some data. Input must be in size update_granularity() byte blocks. * @param blocks in/out paramter which will possibly be resized + * @param offset an offset into blocks to begin processing */ virtual void update(secure_vector<byte>& blocks, size_t offset = 0) = 0; |