|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`RustCrypto importing and exporting room keys should import and export keys 1`] = ` |
| 4 | +{ |
| 5 | + "algorithm": "m.megolm.v1.aes-sha2", |
| 6 | + "forwarding_curve25519_key_chain": [], |
| 7 | + "org.matrix.msc3061.shared_history": false, |
| 8 | + "room_id": "!room:id", |
| 9 | + "sender_claimed_keys": { |
| 10 | + "ed25519": "QdgHgdpDgihgovpPzUiThXur1fbErTFh7paFvNKSgN0", |
| 11 | + }, |
| 12 | + "sender_key": "WimPd2udAU/1S/+YBpPbmr9L+0H5H+BnAVHSwDxlPGc", |
| 13 | + "session_id": "FYOoKQSwe4d9jhTZ/LQCZFJINjPEqZ7Or4Z08reP92M", |
| 14 | + "session_key": "AQAAAABZ0jXQOprFfXe41tIFmAtHxflJp4O2hM/vzQQpOazOCFeWSoW5P3Z9Q+voU3eXehMwyP8/hm/Q8xLP6/PmJdy+71se/17kdFwcDGgLxBWfa4ODM9zlI4EjKbNqmiii5loJ7rBhA/XXaw80m0hfU6zTDX/KrO55J0Pt4vJ0LDa3LBWDqCkEsHuHfY4U2fy0AmRSSDYzxKmezq+GdPK3j/dj", |
| 15 | +} |
| 16 | +`; |
| 17 | + |
| 18 | +exports[`RustCrypto importing and exporting room keys should import and export keys as JSON 1`] = ` |
| 19 | +{ |
| 20 | + "algorithm": "m.megolm.v1.aes-sha2", |
| 21 | + "forwarding_curve25519_key_chain": [], |
| 22 | + "org.matrix.msc3061.shared_history": false, |
| 23 | + "room_id": "!room:id", |
| 24 | + "sender_claimed_keys": { |
| 25 | + "ed25519": "QdgHgdpDgihgovpPzUiThXur1fbErTFh7paFvNKSgN0", |
| 26 | + }, |
| 27 | + "sender_key": "WimPd2udAU/1S/+YBpPbmr9L+0H5H+BnAVHSwDxlPGc", |
| 28 | + "session_id": "FYOoKQSwe4d9jhTZ/LQCZFJINjPEqZ7Or4Z08reP92M", |
| 29 | + "session_key": "AQAAAABZ0jXQOprFfXe41tIFmAtHxflJp4O2hM/vzQQpOazOCFeWSoW5P3Z9Q+voU3eXehMwyP8/hm/Q8xLP6/PmJdy+71se/17kdFwcDGgLxBWfa4ODM9zlI4EjKbNqmiii5loJ7rBhA/XXaw80m0hfU6zTDX/KrO55J0Pt4vJ0LDa3LBWDqCkEsHuHfY4U2fy0AmRSSDYzxKmezq+GdPK3j/dj", |
| 30 | +} |
| 31 | +`; |
0 commit comments