Trap Code for Quantum Authentication: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Notation== *<math>\rho</math>: 1-qubit input state ==Protocol Description== *'''''Encoding:''''' #Input: <math>\rho</math>, pair of keys <math>k=(k_1, k_2)</math> #Apply a...") |
No edit summary |
||
Line 22: | Line 22: | ||
#[https://arxiv.org/pdf/1211.1080.pdf| Broadbent et al. (2012)] | #[https://arxiv.org/pdf/1211.1080.pdf| Broadbent et al. (2012)] | ||
#[https://arxiv.org/pdf/1607.03075.pdf| Broadbent and Wainewright (2016).] | #[https://arxiv.org/pdf/1607.03075.pdf| Broadbent and Wainewright (2016).] | ||
<div style='text-align: right;'>''contributed by Shraddha Singh and Isabel Nha Minh Le''</div> |
Revision as of 12:42, 22 December 2021
Notation
- : 1-qubit input state
Protocol Description
- Encoding:
- Input: , pair of keys
- Apply an error correction code (corrects up to errors, )
- Append an additional trap register of qubits in state
- Append a second additional trap register of qubits in state
- Permute the total -qubit register by according to the key
- Apply a Pauli encryption according to key
- Decoding:
- Input: (state after encoding), pair of keys
- Apply according to key
- Apply inverse permutation according to the key
- Measure the last qubits in the Hadamard basis
- Measure the second last qubits in the computational basis
a. If the two measurements result in and , an additional flag qubit in state is appended and the quantum message is decoded according to the error correction code
b. Otherwise, an additional flag qubit in state is appended and the (disturbed) encoded quantum message is replaced by a fixed state
References
contributed by Shraddha Singh and Isabel Nha Minh Le