Currently, at least the SKI of nymPublicKey is computed on the byte representation of pk *math.G1 rather than the bytes returned by nymPublicKey#Bytes. With certain curves (AMCL), this causes a discrepancy between the SKI returned by nymPublicKey and what one can compute from the bytes representation of nymPublicKey.
The SKI should be computable directly from the byte representation of key.l
Currently, at least the SKI of
nymPublicKeyis computed on the byte representation ofpk *math.G1rather than the bytes returned bynymPublicKey#Bytes. With certain curves (AMCL), this causes a discrepancy between the SKI returned by nymPublicKey and what one can compute from the bytes representation ofnymPublicKey.The SKI should be computable directly from the byte representation of key.l