forked from google/keyczar
-
Notifications
You must be signed in to change notification settings - Fork 0
VersionByte
Shawn Willden edited this page Mar 7, 2015
·
1 revision
The first byte of all Keyczar output is an unsigned byte representing the version of Keyczar that generated the output. Currently, the version byte is 0. All other values are reserved for future versions.
- 0: Currently the default output version.
- 1-255: Reserved for future versions.
For the initial release of Keyczar, the version byte was 1.
- 0: Reserved
- 1: The version byte for Keyczar 0.5b
- 2-255: Reserved for future versions.