Good morning guys.
I'm not sure if you all agree, but currently krypt-provider-openssl is a
C library with some rubisms like openssl.rb. So I was thinking: "if
this project is a C library why not make it become a C citizen?"
Here my first attempt:
https://github.com/abstractj/krypt-provider-openssl-cish
Pros:
- We can embed Krypt on Cocoapods
- Ship it with homebrew
- Ship an environment where C developers are pretty familiar
- We don't need Ruby to build C
Cons:
- Change the way how we build our dependencies in nowadays
What do you guys think? Doable? Would you like to throw some tomatoes?
Hate it?
Let me know and we can move on.
--
abstractj