Re: XOR and ADD subtil difference ?
From: Douglas A. Gwyn (DAGwyn_at_null.net)
Date: 11/30/04
- Next message: Deuce: "Re: The Pain Code"
- Previous message: Arnaud Carré: "Re: XOR and ADD subtil difference ?"
- In reply to: Arnaud Carré: "Re: XOR and ADD subtil difference ?"
- Next in thread: Arnaud Carré: "Re: XOR and ADD subtil difference ?"
- Reply: Arnaud Carré: "Re: XOR and ADD subtil difference ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Nov 2004 09:58:55 -0500
Arnaud Carré wrote:
> :-) It's just therorical knowledge. I want to know if "modulo add" is as
> safe as XOR .
The "safety" of an encryption algorithm is only
loosely connected to the primitive operations used.
There is one advantage of multidigit (carrying)
addition over unidigit addition (including bit XOR),
namely the carries diffuse a small amount of the
information. It's not a large effect but sometimes
it makes the cryptanalysis harder.
- Next message: Deuce: "Re: The Pain Code"
- Previous message: Arnaud Carré: "Re: XOR and ADD subtil difference ?"
- In reply to: Arnaud Carré: "Re: XOR and ADD subtil difference ?"
- Next in thread: Arnaud Carré: "Re: XOR and ADD subtil difference ?"
- Reply: Arnaud Carré: "Re: XOR and ADD subtil difference ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|