Skip to content

Commit c442a94

Browse files
committed
beta 0.1.1 (release)
1 parent eec60eb commit c442a94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
#### C++17 implementation of [Kokke's AES-C](https://github.com/kokke/tiny-AES-c)
66
Learning C++17, implementing C++ idioms, and experimenting with loop-unrolling to produce a class based C++17 version of Kokke's AES-C (https://github.com/kokke/tiny-AES-c)
77
#### History:
8+
2019/08/09 _Beta_ 0.1.1 (release)
9+
+ aes_encrypt
10+
+ aes_decrypt
11+
+ block_cipher_factory (ECB, CFB, CTR)
12+
+ padder_factory (PKCS5)
13+
+ nonce_factory (crypto secure hardware entropy & pseudo random fall back)
14+
815
2019/08/06 _Beta_ 0.1.0
916
+ aes_encrypt
1017
+ aes_decrypt

0 commit comments

Comments
 (0)