mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
sshaes.c: fix file name in header comment.
Apparently I forgot to edit that when I originally imported this AES implementation into PuTTY's SSH code from the more generically named source file in which I'd originally developed it.
This commit is contained in:
parent
b4e5485caa
commit
ea54259392
2
sshaes.c
2
sshaes.c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* aes.c - implementation of AES / Rijndael
|
* sshaes.c - implementation of AES / Rijndael
|
||||||
*
|
*
|
||||||
* AES is a flexible algorithm as regards endianness: it has no
|
* AES is a flexible algorithm as regards endianness: it has no
|
||||||
* inherent preference as to which way round you should form words
|
* inherent preference as to which way round you should form words
|
||||||
|
Loading…
Reference in New Issue
Block a user