(&mut self, label: &'static [u8], bytes: &[u8])
| 81 | } |
| 82 | |
| 83 | fn append_message(&mut self, label: &'static [u8], bytes: &[u8]) { |
| 84 | self.merlin.append_message(label, bytes) |
| 85 | } |
| 86 | |
| 87 | fn append_message_without_static_label(&mut self, label: &[u8], bytes: &[u8]) { |
| 88 | self.merlin |