Skip to content

Commit 63e2547

Browse files
committed
Updated
1 parent e06abba commit 63e2547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Relevance in Cryptography:
22
RSA, which based on the great difficulty of integer factorization, is the most widely-used public-key cryptosystem used in electronic commerce. Euclid algorithm and extended Euclid algorithm are the best algorithms to solve the public key and private key in RSA. Extended Euclid algorithm in IEEE P1363 is improved by eliminating the negative integer operation, which reduces the computing resources occupied by RSA, hence has an important application value.
33

4-
For more info, Refer <a href="https://www.researchgate.net/publication/251984646_Extended_Euclid_algorithm_and_its_application_in_RSA">here</a>
4+
55

0 commit comments

Comments
 (0)