Skip to content

Commit 3d71d81

Browse files
authored
Merge pull request #14 from SergiySW/ed25519_blake2b
Specify Ed25519-Blake2b signatures
2 parents ad07fdb + 3ad25f5 commit 3d71d81

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: reference/protocol.ksy

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ seq:
2020
'enum_msgtype::publish': msg_publish
2121
'enum_msgtype::confirm_req': msg_confirm_req
2222
'enum_msgtype::confirm_ack': msg_confirm_ack
23-
'enum_msgtype::bulk_pull': msg_bulk_pull
23+
'enum_msgtype::bulk_pull': msg_bulk_pull
2424
'enum_msgtype::bulk_push': msg_bulk_push
2525
'enum_msgtype::frontier_req': msg_frontier_req
2626
'enum_msgtype::bulk_pull_blocks': msg_bulk_pull_blocks
@@ -162,7 +162,7 @@ types:
162162
doc: 128-bit big endian balance
163163
- id: signature
164164
size: 64
165-
doc: ed25519 signature
165+
doc: ed25519-blake2b signature
166166
- id: work
167167
type: u8le
168168
doc: Proof of work
@@ -177,7 +177,7 @@ types:
177177
doc: Hash of the source send block
178178
- id: signature
179179
size: 64
180-
doc: ed25519 signature
180+
doc: ed25519-blake2b signature
181181
- id: work
182182
type: u8le
183183
doc: Proof of work
@@ -195,7 +195,7 @@ types:
195195
doc: Public key of account being opened
196196
- id: signature
197197
size: 64
198-
doc: ed25519 signature
198+
doc: ed25519-blake2b signature
199199
- id: work
200200
type: u8le
201201
doc: Proof of work
@@ -210,7 +210,7 @@ types:
210210
doc: Public key of new representative account
211211
- id: signature
212212
size: 64
213-
doc: ed25519 signature
213+
doc: ed25519-blake2b signature
214214
- id: work
215215
type: u8le
216216
doc: Proof of work
@@ -234,7 +234,7 @@ types:
234234
doc: Pairing send's block hash (open/receive), 0 (change) or destination public key (send)
235235
- id: signature
236236
size: 64
237-
doc: ed25519 signature
237+
doc: ed25519-blake2b signature
238238
- id: work
239239
type: u8be
240240
doc: Proof of work (big endian)

0 commit comments

Comments
 (0)