Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
2.33/5 (6 votes)
Expression for Galois Fiels(2^8) multiplication:-

Which of the following expression is the correct one? please suggest..

Exp[ ( Log A + Log B )Mod 255]
OR
[Exp( Log A + Log B )] Mod 255
Posted
Updated 15-Feb-12 3:55am
v3
Comments
Herman<T>.Instance 15-Feb-12 1:16am    
why don't you try it yourself?
Ratika Agarwal 15-Feb-12 1:18am    
try what?? Try to run? Above is a formula.
Ratika Agarwal 15-Feb-12 10:01am    
do you have an idea that how to store a very long stream of bits of about 2^256 length in any variable??
Varun Sareen 15-Feb-12 1:32am    
Try it to find it
Ratika Agarwal 15-Feb-12 2:53am    
I have come here to ask for help and discuss on its issues to the concerned peoples and experts, that I do not find in other sources. I request you that if you know the solution then please post here. If you do not know the solution then please do not down vote the question and let others help me.

1 solution

Ratika you can use Galois Field GF(2m) Calculator with this link

Galois Field GF(2m) Calculator
 
Share this answer
 
Comments
Ratika Agarwal 15-Feb-12 4:50am    
thanks. but I do not just want the calculated value.But I need to implement GF(2^8) multiplication for AES Mix Columns Operation. Therefore, to use GF(2^m) and to implement its code is compulsion.
krumia 15-Feb-12 10:34am    
Read more about GF's. Read more theory. Then you will be able to answer yourself. Ask yourself! What should happen when multiplying. Should you get the Exp after Mod, or vice versa.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900