We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0f9b6 commit 4507737Copy full SHA for 4507737
shlib/shcrypto/version.go
@@ -1,6 +1,6 @@
1
package shcrypto
2
3
-const VersionIdentifier byte = 0x02
+const VersionIdentifier byte = 0x03
4
5
// IdentifyVersion reads the version identifier byte from the given (marshaled) EncryptedMessage.
6
func IdentifyVersion(d []byte) byte {
0 commit comments