Open-source aspects of GOST Cryptography
 help / color / mirror / Atom feed
From: Axel Kenzo <axelkenzo@mail.ru>
To: oss-gost-crypto@lists.altlinux.org
Subject: [oss-gost-crypto] Fwd: New Version Notification for	draft-dolmatov-magma-02.txt
Date: Fri, 27 Sep 2019 16:07:35 +0300
Message-ID: <20190927160735.aba12a83cba0a4b559cc8518@mail.ru> (raw)
In-Reply-To: <mailman.4.1569527367.23860.oss-gost-crypto@lists.altlinux.org>

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>


           reply	other threads:[~2019-09-27 13:07 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <mailman.4.1569527367.23860.oss-gost-crypto@lists.altlinux.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190927160735.aba12a83cba0a4b559cc8518@mail.ru \
    --to=axelkenzo@mail.ru \
    --cc=oss-gost-crypto@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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