sci.crypt
  Home FAQ Contact Sign in
sci.crypt only
 
Advanced search
December 2006
motuwethfrsasuw
    123 48
45678910 49
11121314151617 50
18192021222324 51
25262728293031 52
2006
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
sci.crypt Profile…
RELATED GROUPS

POPULAR GROUPS

 Up
  Re: Poly1305 vs. UMAC vs. new MAC1071         


Author: Wei Dai
Date: Dec 23, 2006 19:06

"D. J. Bernstein" wrote in message
news:slrneorov5.qtk.dan@wessel.mat.dtu.dk...
> Why would you expect 2^127-1 to be faster than 2^107-1? Anyway, 2^107-1
> is faster than 2^127-1 on typical 32-bit CPUs.

Thanks for the explanation. I think with a 64-bit multiplier you can do a
multiply mod 2^127-1 just as fast as mod 2^107-1, but mod 2^127-1 allows you
to pack more message bytes into each polynomial coefficient.
no comments
  Re: Dividing 512 bit number by 128 bit number in C program         


Author: Le Chaud Lapin
Date: Dec 23, 2006 07:44

Le Chaud Lapin wrote:
> vaidehikedlaya@gmail.com wrote:
>> Thanks a lot this helps. Could you send me your C++ code. I would like
>> to look at it.
>
> I decided to post here for benefit of others who would make the same
> mistake I made.

I would like to make a retraction of the statement in the line above.

I realized last night just before going to bed that my algorithm is not
as useless as I thought. My gut feeling is that it can be made to run
much faster than it is in the implementation I gave.

Just how fast remains a matter of exploration. I will explore.

-Le Chaud Lapin-
no comments
  Re: crypto challenge         


Author: Amit
Date: Dec 23, 2006 06:47

further to comment:
> you'll find the order of the group after some time, depending on the
> size of \phi(n).
>
> If the order is known, you can calculate the inverse using the oracle.

it is known that knowledge of \phi(n) is equivalent to the knowledge of
the factors of n.
So your method is the naive method of breaking the system by factoring.
I am trying to see if there is a faster method.
no comments
  BBC links:Privacy Concerns over States/Corporations'Use of Personal Info         


Author: mashi3981
Date: Dec 23, 2006 00:15

Hello,
The BBC news articles below address privacy concerns
over states' and corporations' use of personal data.
I think you will find the links useful.

Thanks,
Mashi

The basic summary is the following:
1. States collect personal info by various methods
(eg:CCTV/closed-circuit TV in roadways).
Corporations collect personal info by various means
(eg:credit card transactions...
Show full article (2.67Kb)
no comments