Forum: Network Security Nov 22nd, 2008 |
| Replies: 2 Views: 507 thanks ithelp.
can u provide me some more information on this. |
Forum: C++ Nov 20th, 2008 |
| Replies: 1 Views: 399 try this code.
/* Program to implement operations on singly linked list */
#include<stdio.h>
#include<conio.h>
/* declare structure for a node of singly linked list */
struct node
{ |
Forum: Network Security Nov 20th, 2008 |
| Replies: 2 Views: 507 hi,
if anybody has some idea about research work going on in cryptography field ,pls let me know. i plan to do my Ph.D. in this area.
thanks a ton. |
Forum: Network Security Nov 20th, 2008 |
| Replies: 3 Views: 1,177 hi
U can try to solve montgomery challenge for large integers. Montgomery Algorithm is useful for computing modulus operation.
all cryptographic algorithms require these calculations. |
Forum: Community Introductions Nov 19th, 2008 |
| Replies: 2 Views: 316 hi everybody.
I am Professor in an engineering college in India. I am planning to do Pd.D. in cryptography. Anybody with similar interests can communicate with me.
I will need some help 2 from... |