Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

SignatureFormat

Shawn Willden edited this page Mar 7, 2015 · 1 revision

Signature Format v0.6b

All keyCzar signatures are preceded with an OutputHeader (consisting of a VersionByte and KeyHash). An input message M will be terminated with the VersionByte and signed.

OutputHeader Sign(M . VersionByte)

(Let "." be a byte-wise concatenation operator.)

Signature Format v0.5b

All keyCzar signatures are preceded with an OutputHeader (consisting of a VersionByte and KeyHash). Given an input message M, both the OutputHeader and M will be signed together:

OutputHeader Sign(OutputHeader . M)

(Let "." be a byte-wise concatenation operator.)

Clone this wiki locally