15Oca
Does bearssl contain AES-GCM implementation?
In BearSSL webpage it has been claimed that bearssl supports AES/GCM
BearSSL currently implements AES/CBC, AES/GCM, AES/CCM and 3DES/CBC cipher suites.
But I can not find any function in its GitHub repository. Do I'm searching in the wrong repository? Or bearssl actually doesn't support AES-GCM and it just supports AES-CBC and AES-CTR?
In the following, a picture of its GitHub is shown.