Is there a documentation about the crypto-primitives and the crypto protocols, that are used by iota and how they are implemented? And if so, where ;-)
Asked
Active
Viewed 111 times
2 Answers
2
A good starting point is the IOTA Documentation:
As a next step you could look at the actual IOTA Reference Implementation (IRI) on GitHub:
For the theoretical framework behind all of this you should read:
Phil-ZXX
- 1,663
- 1
- 11
- 17
0
Detailed documentation on the cryptography of IOTA can be found in the following page. There is a specific section on the streams in IOTA which is a recent cryptographic construction introduced by IOTA.
Gokul Alex
- 101
- 2