proposal 134

This commit is contained in:
zzz
2017-02-19 19:52:21 +00:00
parent 83876191ff
commit c9081e443f

View File

@@ -0,0 +1,45 @@
=============
GOST Sig Type
=============
.. meta::
:author: orignal
:created: 2017-02-18
:thread: http://zzz.i2p/topics/2239
:lastupdated: 2017-02-18
:status: Open
.. contents::
Overview
========
Elliptic curve signature used by officials and businesses in Russia.
Supporting it could simplify integration of existing apps (usually CryptoPro based).
Hash function is GOST R 34.11 of 32 bytes.
Basially works the same way as EcDSA, signature and public key size is 64 bytes.
Motivation
==========
TBD
Design
======
TBD
Specification
=============
TBD
Migration
=========
TBD