Search:

Type: Posts; User: ikki

Search: Search took 0.00 seconds.

  1. Thread: BCD operations

    by ikki
    Replies
    4
    Views
    5,105

    BCD operations

    I have written a function that converts a double to a BCD (BCD: Save each digit of the double as an unsigned char, in addition save the complete length, the fractional length (part behind the...
  2. Replies
    3
    Views
    5,239

    This is how I compute the length of the key. ...

    This is how I compute the length of the key.



    ls=strlen(key)-1;


    Thank you that solved the problem with the length.

    But how can I check if my code work in the right way? I think with...
  3. Replies
    3
    Views
    5,239

    A simple stream cipher

    Hi,

    I want to write a *simple* (for learning purposes, I know it isnt safe) stream cipher that works with the Mersenne-Twister.
    The Mersenne twister generates a pseudorandom Number (with a...
Results 1 to 3 of 3