Construct a new TransportSecretKey from a bytestring
The bytestring should be randomly generated by a cryptographically secure random number generator.
For most applications, prefer using the static method random
Return the transport secret key value
Applications would not normally need to call this
Return the encoding of the transport public key; this value is sent to the IC
Static
randomCreate a random transport secret key
Transport Secret Key
Applications using VetKD create an ephemeral transport secret key and send the public key to the IC as part of their VetKD request. The returned VetKey is encrypted, and can only be decrypted using the transport secret key.