Link Secret Blinding Data
data class LinkSecretBlindingData constructor(var vPrime: String, var vrPrime: String? = null)(source)
Represents the blinding data used in the Link-Secret protocol. This class is serialized and deserialized using Kotlinx Serialization library.
Parameters
v Prime
The blinding factor generated by the Holder and sent to the Issuer.
vr Prime
The blinded master secret generated by the Holder. Default value is null.