Olivera Nikolic

CR
3papers
6citations
Novelty15%
AI Score12

3 Papers

CRApr 16, 2013
Joint operation in public key cryptography

Dragan Vidakovic, Olivera Nikolic, Dusko Parezanovic et al.

We believe that there is no real data protection without our own tools. Therefore, our permanent aim is to have more of our own codes. In order to achieve that, it is necessary that a lot of young researchers become interested in cryptography. We believe that the encoding of cryptographic algorithms is an important step in that direction, and it is the main reason why in this paper we present a software implementation of finding the inverse element, the operation which is essentially related to both ECC (Elliptic Curve Cryptography) and the RSA schemes of digital signature.

CRApr 11, 2013
RSA Signature: Behind the Scenes

Dragan Vidakovic, Dusko Parezanovic, Olivera Nikolic et al.

In this paper, we present a complete digital signature message stream, just the way the RSA digital signature scheme does it. We will focus on the operations with large numbers due to the fact that operating with large numbers is the essence of RSA that cannot be understood by the usual illustrative examples with small numbers.

CRFeb 7, 2013
Acceleration detection of large (probably) prime numbers

Dragan Vidakovic, Olivera Nikolic, Dusko Parezanovic

In order to avoid unnecessary applications of Miller-Rabin algorithm to the number in question, we resort to trial division by a few initial prime numbers, since such a division take less time. How far we should go with such a division is the that we are trying to answer in this paper?For the theory of the matter is fully resolved. However, that in practice we do not have much use. Therefore, we present a solution that is probably irrelevant to theorists, but it is very useful to people who have spent many nights to produce large (probably) prime numbers using its own software.