pub fn open(secret: &[u8], salt: &[u8; 32]) -> Vec<u8> ⓘ
The Simple Reveal. Reconstructs the commitment from (secret, salt).
(secret, salt)
Returns the same 32 bytes that commit would produce for the same inputs. Compare with ==.
commit
==