Skip to content

Version 0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 01 Jul 23:10
· 215 commits to master since this release
v0.2.0
  • Changed what goes into each link in the Blakechain
    • Old : H(data)
    • New: H(time || publickey || signature || data)
  • Implemented cross-signing
    • Publish your summary hash at a point in time to another Chronicle
  • Implemented replication
    • Mirror one (or more) other Chronicles to a separate database table, validating every new hash along the way.