Add JavaScript API

This commit is contained in:
Zhi Guan
2020-05-25 17:52:41 +08:00
parent a097e49719
commit d39a92d0e5
4 changed files with 793 additions and 0 deletions

5
js/README.md Normal file
View File

@@ -0,0 +1,5 @@
# GmSSL JavaScript API
The GmSSL JavaScript API is very similar to the C API.
Input/output data should be provided as byte array with offset.
Only SM2/3/4/9 and ZUC will be supported in JavaScripit API.