8
3
I'm not a big proponent of either C++ or Boost. Has there been any attempt to rewrite Bitcoin in plain ANSI C, or maybe Objective C? Thanks.
8
3
I'm not a big proponent of either C++ or Boost. Has there been any attempt to rewrite Bitcoin in plain ANSI C, or maybe Objective C? Thanks.
9
There is a pure C99 bitcoin implementation called cbitcoin by MatthewLM, forum threads:
but it is currently in alpha stage. One of its features is weak library dependency, e.g. it possible to implement cryptography using something other than OpenSSL. As far as I know there is no Objective C Bitcoin implementation.
0
Objective-C library is CoreBitcoin: http://github.com/oleganza/CoreBitcoin
0
picocoin / libccoin available at https://github.com/jgarzik/picocoin
Please give additional information about the stage the library is in. – Murch – 2013-09-03T23:00:52.827