facebookincubator / fizz

C++14 implementation of the TLS-1.3 standard
Other
1.14k stars 162 forks source link

C ABI #71

Open mkpankov opened 2 years ago

mkpankov commented 2 years ago

I'd like to use the library in my project that's not written in C++.

Usually libraries would provide C ABI for this. However, looks like there's no C ABI for Fizz.

What's the plan for this issue?

AjanthanAsogamoorthy commented 2 years ago

We have no plans, but PRs are welcome