stef / libopaque

c implementation of the OPAQUE protocol with bindings for python, php, ruby, lua, zig, java, erlang, golang, js and SASL.
GNU Lesser General Public License v3.0
69 stars 10 forks source link

Fix a compile error in opaque.c #1

Closed creemama closed 3 years ago

creemama commented 3 years ago

There was a compile error in opaque.c when compiling on Ubuntu 20.04.1. See the commit message for more details.

I also updated the README.md.

stef commented 3 years ago

huh, i was a bit confused since i remember fixing that compile-error. but i just realized i fixed it only in my voprf-testvectors branch, which will change the oprf evaluation in a way that makes it compatible with the ietf cfrg voprf spec, but will break compatibility with previous versions of my impl. but i digress, thanks very much for your kind contribution! happy holidays!