【转载】What does MULx operation in SNOW 3G correspond to?

https://crypto.stackexchange.com/questions/72538/what-does-mulx-operation-in-snow-3g-correspond-to

According to the spec, MULx operation is defined as -

MULx maps 16 bits to 8 bits. Let V and c be 8-bit input values. Then MULx is defined: If the leftmost (i.e. the most significant) bit of V equals 1, then MULx(V, c) = (V <<8 1) ⊕ c, else MULx(V, c) = V <<8 1. Example: MULx(0x69,0x1B) = 0xC2 MULx(0x96,0x1B) = 0x2C ⊕ 0x1B = 0x37.

What does it really do ?

Answer

1

It essentially is the value 02×V in the field GF(28), and so MulxPOW(V, I, c) is essentially 02i×V in the field GF(28), where c specifies the representation used.

What is a representation: there are a lot of ways to map between 8 bit values and the members of the abstract GF(28) field, and a number of those mappings are plausible (unless GF§, which has an obvious mapping between integers in the range [0,p−1] and members of that field - so obvious that we typically ignore it).

What Snow does is use several different mappings (representations) for the various SBoxes, by specifying different c values for the different sboxes.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值