diff options
author | René Korthaus <[email protected]> | 2016-11-15 16:14:16 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-11-15 16:14:16 +0100 |
commit | 350a4dd688ed4d7cdeab13033f92c2c2a1decae1 (patch) | |
tree | 5392e555754e1acf0eded436485b9799001f0064 | |
parent | 5d811c9d88f1be9caa384d85d5c56c1d90021864 (diff) |
Update ISO standard for OneAndZeros_Padding
-rw-r--r-- | src/lib/modes/mode_pad/mode_pad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/modes/mode_pad/mode_pad.h b/src/lib/modes/mode_pad/mode_pad.h index af528a926..7c67ceaad 100644 --- a/src/lib/modes/mode_pad/mode_pad.h +++ b/src/lib/modes/mode_pad/mode_pad.h @@ -97,7 +97,7 @@ class BOTAN_DLL ANSI_X923_Padding final : public BlockCipherModePaddingMethod }; /** -* One And Zeros Padding (ISO/IEC 7816-4) +* One And Zeros Padding (ISO/IEC 9797-1, padding method 2) */ class BOTAN_DLL OneAndZeros_Padding final : public BlockCipherModePaddingMethod { |