In the PBFT paper written by Miguel Castro it has been mentioned:
(In Abstract:)
"BFT has been implemented as a generic program library with a simple interface."
(Also in page 71:)
"The algorithm has been implemented as a generic program library with a simple interface. Thelibrary can be used to provide Byzantine-fault-tolerant versions of different services ... The library is implemented in C++."
Where is this library found? if it is an open source code.
While there are several implementations of the PBFT consensus in github repositories , I could not find the original library in github.
I'd intend to use the PBFT original code in a distributed network.
P.S. If this site is not the related one to post this question, please let me know the relevant site.