nucypher / goUmbral

Umbral implementation in Golang
GNU General Public License v3.0
42 stars 6 forks source link

umbral/openssl.py functions port to boringssl.go #1

Closed Karce closed 6 years ago

Karce commented 6 years ago

This pull request is nearly a direct port of umbral/openssl.py to go.

The C data is allocated and freed where it can be. Calling functions have the responsibility to free the data when they are done with it.

It also includes an update to bn_test which includes an additional test and format changes.