Added AesCcm implementation and tests

This commit is contained in:
TalAloni 2020-11-21 20:19:47 +02:00
parent e3bbf1708a
commit e3fcef80f3
5 changed files with 306 additions and 0 deletions

View file

@ -10,6 +10,7 @@ namespace SMBLibrary.Tests
{
new NTLMAuthenticationTests().TestAll();
new NTLMSigningTests().TestAll();
new AesCcmTests().TestAll();
new SMB2EncryptionTests().TestAll();
new RC4Tests().TestAll();