kkAyataka / plusaes

Header only C++ AES cipher library
https://kkayataka.github.io/plusaes/doc/index.html
Boost Software License 1.0
188 stars 41 forks source link

Remove superfluous 'using' #34

Closed Sainan closed 1 year ago

Sainan commented 1 year ago

Works fine without this. Not a huge issue, but just found it odd while reviewing the code.

kkAyataka commented 1 year ago

Thank you. I thought so too. I will merge after confirming that it can be built.