diff options
| author | erdgeist <> | 2012-05-29 03:41:49 +0000 |
|---|---|---|
| committer | erdgeist <> | 2012-05-29 03:41:49 +0000 |
| commit | 0d4909e6319a00b71d51f1a91f6c66dd89e230e7 (patch) | |
| tree | fa08ec1ba4ac07bf088a2c02bb9ffc20da99419a /ot_rijndael.c | |
| parent | 95a4ed9043f9d665510de52be6497620bf564aae (diff) | |
Add rijndael to version report
Diffstat (limited to 'ot_rijndael.c')
| -rw-r--r-- | ot_rijndael.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ot_rijndael.c b/ot_rijndael.c index 3f36bde..f468e2f 100644 --- a/ot_rijndael.c +++ b/ot_rijndael.c | |||
| @@ -486,3 +486,5 @@ void rijndaelEncrypt128(const uint32_t rk[44], const uint8_t pt[16], uint8_t ct[ | |||
| 486 | rk[43]; | 486 | rk[43]; |
| 487 | PUTU32(ct + 12, s3); | 487 | PUTU32(ct + 12, s3); |
| 488 | } | 488 | } |
| 489 | |||
| 490 | const char *g_version_rijndael_c = "$Source$: $Revision$\n"; | ||
