Values.CipherSourceInformation about a cipher used in a policy.
type nonrec t = {name : CipherName.t option;The name of the cipher.
*)priority : CipherPriority.t option;The priority of the cipher.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of CipherPriority.t | `String of CipherName.t ])
list ]