Search:

Type: Posts; User: c_square

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,258

    How to handle 1024 bits at a time

    To design RSA Encryption algorithm I need a variable which can hold 1024 bits .
  2. Unknown Error(c-lang), while reading a character from file

    I wrote a code in C to read a character from external .txt file. The codes are given below.

    #include<stdio.h>

    void main()
    {
    FILE *in;
    unsigned char ch;
    in=fopen("file.txt","r");
    ...
  3. Replies
    3
    Views
    1,512

    I think you must check the environment setup. I...

    I think you must check the environment setup. I mean check all the include, library files are there or not. Also if not placed in the proper directories then do it now. If possible also send me your...
Results 1 to 3 of 4