Luiz Carlos Zancanella Junior Postado Outubro 30, 2004 Denunciar Share Postado Outubro 30, 2004 IaeSeguinte... quero faze um programa em C/C++ q utilize o algoritmo de criptografia RSA, só q é preciso manipular numero muito grandes, alem do long int, long float ou otro tipo... alguém sabe ?valeu Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 iSoron Postado Outubro 30, 2004 Denunciar Share Postado Outubro 30, 2004 Tudo o que você quer está bem aqui. Ou então, se não quiser ler muito, The GNU MP Bignum Library. GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.The main target applications for GMP are cryptography applications and research, Internet security applications, algebra systems, computational algebra research, etc.GMP is carefully designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, with highly optimized assembly code for the most common inner loops for a lot of CPUs, and by a general emphasis on speed. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Luiz Carlos Zancanella Junior
Iae
Seguinte... quero faze um programa em C/C++ q utilize o algoritmo de criptografia RSA, só q é preciso manipular numero muito grandes, alem do long int, long float ou otro tipo...
alguém sabe ?
valeu
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.