diff options
Diffstat (limited to 'src/mac/cbc_mac/cbc_mac.cpp')
-rw-r--r-- | src/mac/cbc_mac/cbc_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac/cbc_mac/cbc_mac.cpp b/src/mac/cbc_mac/cbc_mac.cpp index de9a3c17d..cbbf77991 100644 --- a/src/mac/cbc_mac/cbc_mac.cpp +++ b/src/mac/cbc_mac/cbc_mac.cpp @@ -52,7 +52,7 @@ void CBC_MAC::final_result(byte mac[]) /************************************************* * CBC-MAC Key Schedule * *************************************************/ -void CBC_MAC::key(const byte key[], u32bit length) +void CBC_MAC::key_schedule(const byte key[], u32bit length) { e->set_key(key, length); } |