We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we just use the magic numbers 0x1 and 0x2. They're documented in the spec, but we should introduce:
const ( KeyPrefixSigningInfo = 0x1 KeyPrefixSigningBitArray = 0x2 )
Also handle the 0x3 case if need be ala #1927 (comment)
The text was updated successfully, but these errors were encountered:
cwgoes
No branches or pull requests
Currently we just use the magic numbers 0x1 and 0x2. They're documented in the spec, but we should introduce:
Also handle the 0x3 case if need be ala #1927 (comment)
The text was updated successfully, but these errors were encountered: