1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
%
% references.bib -- Bibliography file for the paper mceliece
%
% (c) 2020 Autor, Hochschule Rapperswil
%
@online{mceliece:GenerationRandMatrix,
title = {Efficient Generation of Random Nonsingular Matrices},
url = {https://www.researchgate.net/publication/2729950_Efficient_Generation_of_Random_Nonsingular_Matrices},
date = {Januar 1993},
year = {2021},
month = {7},
day = {29}
}
@online{mceliece:lorenz,
title = {Cryptography based on error correcting codes},
url = {https://algo.epfl.ch/_media/en/projects/lorenz_thesis.pdf},
date = {2007-07-27},
year = {2021},
month = {7},
day = {29}
}
@online{mceliece:shor,
title = {Shor's algorithm},
url = {https://en.wikipedia.org/wiki/Shor%27s_algorithm},
year = {2021},
month = {8},
day = {9}
}
@online{mceliece:CodeBasedCrypto,
title = {Code based cryptography and steganography},
url = {https://www.researchgate.net/publication/268009418_Code_Based_Cryptography_and_Steganography},
date = {2013-05-30},
year = {2021},
month = {8},
day = {9}
}
|