Debugging the IdentifiableSecrets_PlatformAnnotatedSecurityKeys unit test, I see that the key returned after the call to IdentifiableSecrets.GenerateCommonAnnotatedKey has 84 characters, which translates to 63 bytes. Doesn't the specification require all common annotated keys be 66-byte long?
Debugging the
IdentifiableSecrets_PlatformAnnotatedSecurityKeys
unit test, I see that the key returned after the call toIdentifiableSecrets.GenerateCommonAnnotatedKey
has 84 characters, which translates to 63 bytes. Doesn't the specification require all common annotated keys be 66-byte long?