pub type BlindingPrivateKey = DecryptionKey;
As unblinding is performed by Elgamal decryption, the unblinding private key is an Elgamal decryption key.
pub struct BlindingPrivateKey { /* private fields */ }