Skip to content

Commit 4507737

Browse files
committed
Update version prefix
1 parent 6e0f9b6 commit 4507737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shlib/shcrypto/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package shcrypto
22

3-
const VersionIdentifier byte = 0x02
3+
const VersionIdentifier byte = 0x03
44

55
// IdentifyVersion reads the version identifier byte from the given (marshaled) EncryptedMessage.
66
func IdentifyVersion(d []byte) byte {

0 commit comments

Comments
 (0)