fentec-project / gofe

Functional encryption library in Go
Apache License 2.0
170 stars 52 forks source link

ABE example fix #42

Closed b-rohit closed 4 years ago

b-rohit commented 4 years ago

This PR fixes the example given in the README file for ABE. The new API GenerateAttribKeys takes string array as first argument. The example used the int array.

tilenmarc commented 4 years ago

Thanks!