@@ -345,13 +345,11 @@ assert-op = %s"assert.eq" / %s"assert.neq"
345
345
commit-op = %s " commit.bhp" ( " 256" / " 512" / " 768" / " 1024" )
346
346
/ %s " commit.ped" ( " 64" / " 128" )
347
347
348
- hash1-op = %s " hash.bhp" ( " 256" / " 512" / " 768" / " 1024" )
349
- / %s " hash.ped" ( " 64" / " 128" )
350
- / %s " hash.psd" ( " 2" / " 4" / " 8" )
351
- / %s " hash.keccak" ( " 256" / " 384" / " 512" )
352
- / %s " hash.sha3_" ( " 256" / " 384" / " 512" )
353
-
354
- hash2-op = %s " hash_many.psd" ( " 2" / " 4" / " 8" )
348
+ hash-op = %s " hash.bhp" ( " 256" / " 512" / " 768" / " 1024" )
349
+ / %s " hash.ped" ( " 64" / " 128" )
350
+ / %s " hash.psd" ( " 2" / " 4" / " 8" )
351
+ / %s " hash.keccak" ( " 256" / " 384" / " 512" )
352
+ / %s " hash.sha3_" ( " 256" / " 384" / " 512" )
355
353
356
354
cast-op = %s " cast" / %s " cast.lossy"
357
355
@@ -375,25 +373,14 @@ commit = commit-op ws operand ws operand
375
373
ws %s " into" ws register-access
376
374
ws %s " as" ws ( address-type / field-type / group-type )
377
375
378
- hash1 = hash1-op ws operand
379
- ws %s " into" ws register-access
380
- ws %s " as" ws
381
- ( arithmetic-type
382
- / address-type
383
- / signature-type
384
- / array-type
385
- / identifier )
386
-
387
- hash2 = hash2-op ws operand ws operand
388
- ws %s " into" ws register-access
389
- ws %s " as" ws
390
- ( arithmetic-type
391
- / address-type
392
- / signature-type
393
- / array-type
394
- / identifier )
395
-
396
- hash = hash1 / hash2
376
+ hash = hash-op ws operand
377
+ ws %s " into" ws register-access
378
+ ws %s " as" ws
379
+ ( arithmetic-type
380
+ / address-type
381
+ / signature-type
382
+ / array-type
383
+ / identifier )
397
384
398
385
signverify = %s " sign.verify" ws operand ws operand ws operand
399
386
ws %s " into" ws register-access
0 commit comments