[oss-gost-crypto] Fwd: New Version Notification for draft-dolmatov-magma-02.txt

Axel Kenzo axelkenzo at mail.ru
Fri Sep 27 16:07:35 MSK 2019


On Thu, 26 Sep 2019 22:49:27 +0300
oss-gost-crypto-request �� lists.altlinux.org wrote:

> Fwd: New Version Notification for	draft-dolmatov-magma-02.txt
>       (Dmitry Eremin-Solenikov)

Уважаемые колеги, день добрый!

Скажите, нельзя ли в RFC про Магму 
(draft-dolmatov-magma-02.txt)
привести контрольные примеры не как в ГОСТе, 
а в виде последовательности октетов, чтобы даже дуракам было ясно какой байт младший, какой старший...

Например,
 K_1 = ffeeddcc

это 
 uint32_t K_1 = 0x&ffeeddcc 
или
 union {
  uint32_t K_1;
  uint8_t b;
} x = { .b[0] = 0xff, .b[1] = 0xee и т.п. }


С уважением,
Алексей Нестеренко.


Axel Kenzo <axelkenzo �� mail.ru>


More information about the oss-gost-crypto mailing list