LiskArchive / lisk-engine

:bullettrain_front: Lisk blockchain engine
https://lisk.com
Apache License 2.0
0 stars 0 forks source link

Follow standard crypto interface in the crypto package #74

Open shuse2 opened 1 year ago

shuse2 commented 1 year ago

Description

Currently, crypto package GetKeys do not follow standard crypto library interface. For example, PrivateKey is []byte but it implements Public and Equal. we should keep the standard interface as much as possible

Acceptance Criteria

shuse2 commented 1 year ago

Related discussion: https://github.com/LiskHQ/lisk-engine/pull/73#discussion_r1119708651