mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-14 17:04:11 +00:00
Fix table in eip-665 (#1225)
This commit is contained in:
parent
0235c94a30
commit
4519205f81
@ -102,12 +102,14 @@ To minimize consensus failure risks, the proposal recommends to use libsodium fo
|
||||
|
||||
Here is an overview of the language bindings to libsodium for four Ethereum clients this proposal recommends:
|
||||
|
||||
Client | Language | libsodium binding
|
||||
---+---+---
|
||||
Geth | Go | use cgo with C [libsodium](https://github.com/jedisct1/libsodium)
|
||||
Parity | Rust | [sodiumoxide](https://github.com/dnaq/sodiumoxide)
|
||||
PyEthereum | Python | [PyNaCl](https://github.com/pyca/pynacl)
|
||||
cpp-ethereum | C++ | [libsodium](https://github.com/jedisct1/libsodium)
|
||||
|
||||
| Client | Language | libsodium binding |
|
||||
---------------|----------|--------------------|
|
||||
| Geth | Go | use cgo with C [libsodium](https://github.com/jedisct1/libsodium)|
|
||||
| Parity | Rust | [sodiumoxide](https://github.com/dnaq/sodiumoxide)|
|
||||
| PyEthereum | Python | [PyNaCl](https://github.com/pyca/pynacl)|
|
||||
| cpp-ethereum | C++ | [libsodium](https://github.com/jedisct1/libsodium)|
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
### PRs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user