Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: karasz/securelog

SecureLog v0.1.0

26 Oct 08:05
v0.1.0
2b3fe95

Choose a tag to compare

Initial Release

SecureLog is a production-focused implementation of the Dual MAC private-verifiable logging protocol.

Features

  • Dual MAC chains (μ_V, μ_T) to catch tampering by compromised verifiers
  • Forward-secure key evolution with per-entry key rotation
  • Pluggable transports (folder, HTTP, local)
  • Storage backends (POSIX files, SQLite)
  • Serialization formats: Protocol Buffers and Gob
  • Pure Go, no CGO requirements

Serialization

  • Protocol Buffers: Language-agnostic, efficient binary format for cross-platform integration
  • Gob: Native Go encoding for Go-to-Go communication

Documentation