cheatfate / nimcrypto

Nim cryptographic library
MIT License
189 stars 23 forks source link

use "openArray" instead of "openarray" for stylecheck #55

Closed tersec closed 2 years ago

tersec commented 2 years ago

Related to https://github.com/cheatfate/nimcrypto/pull/53 but the openArray change only. Without it, one can't fully enable stylecheck elsewhere, e.g., https://github.com/status-im/nim-web3/pull/52.