Closed b-rohit closed 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.
GenerateAttribKeys
string
int
Thanks!
This PR fixes the example given in the README file for ABE. The new API
GenerateAttribKeys
takesstring
array as first argument. The example used theint
array.