Open-source aspects of GOST Cryptography
 help / color / mirror / Atom feed
* [oss-gost-crypto] Fwd: New Version Notification for draft-dolmatov-magma-02.txt
  @ 2019-09-27 13:07 ` Axel Kenzo
  0 siblings, 0 replies; only message in thread
From: Axel Kenzo @ 2019-09-27 13:07 UTC (permalink / raw)
  To: oss-gost-crypto

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>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-27 13:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-27 13:07 ` [oss-gost-crypto] Fwd: New Version Notification for draft-dolmatov-magma-02.txt Axel Kenzo

Open-source aspects of GOST Cryptography

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/oss-gost-crypto/0 oss-gost-crypto/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 oss-gost-crypto oss-gost-crypto/ http://lore.altlinux.org/oss-gost-crypto \
		oss-gost-crypto@lists.altlinux.org oss-gost-crypto@lists.altlinux.ru oss-gost-crypto@lists.altlinux.com
	public-inbox-index oss-gost-crypto

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.oss-gost-crypto


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git