Skip to content

Commit ce903aa

Browse files
committed
commit lambda
1 parent ff88727 commit ce903aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tex_project/number_theory/__rsa.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ \section{Carmichael function}
315315
Here $0 < p−1 < q−1$ , so $n−1$ is not divisible by $q−1$.
316316

317317

318-
https://math.stackexchange.com/questions/432162/carmichael-proof-of-at-least-3-factors
318+
% https://math.stackexchange.com/questions/432162/carmichael-proof-of-at-least-3-factors
319319

320320
\end{enumerate}
321321

@@ -346,7 +346,7 @@ \section{Carmichael function}
346346

347347
3. the product of at least three primes.
348348

349-
https://math.stackexchange.com/questions/432162/carmichael-proof-of-at-least-3-factors
349+
%https://math.stackexchange.com/questions/432162/carmichael-proof-of-at-least-3-factors
350350

351351

352352
Assume that $n=pq$, with $p<q$ two distinct primes, is a Carmichael number.
@@ -359,14 +359,14 @@ \section{Carmichael function}
359359

360360
\section{advanced RSA}
361361

362-
https://crypto.stackexchange.com/questions/26751/rsa-with-lambdan-or-varphin
362+
%https://crypto.stackexchange.com/questions/26751/rsa-with-lambdan-or-varphin
363363

364-
오리지널은 위와 같지만 PKCS#1 (en) v2.0에 표준 RSA 알고리즘 방식이 바뀌었다.
364+
오리지널은 위와 같지만 PKCS$\#$1 (en) v2.0에 표준 RSA 알고리즘 방식이 바뀌었다.
365365
$\phi$ 대신 $\lambda$를 사용하는 방법이다.
366366

367367
Choosing $\lambda(n)$ rather than $\phi(n)$ may result in a smaller private exponent.
368368

369369

370-
https://en.wikipedia.org/wiki/RSA_(cryptosystem)
370+
\url{https://en.wikipedia.org/wiki/RSA_(cryptosystem)}
371371

372-
https://simple.wikipedia.org/wiki/RSA_algorithm
372+
%https://simple.wikipedia.org/wiki/RSA_algorithm
31.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)