package crypto const KeyLength = 32 // Key can be a Scalar or a Point type Key [KeyLength]byte
可以表示向量或一个点。