mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
8a22fb516a
We have to make an extra allocation per db get request because key generation function to_key takes Vec. Taking byte slice (AsRef<[u8]> to be precise) also simplifes the code a bit. |
||
---|---|---|
.. | ||
conn.rs | ||
handshake.rs | ||
lib.rs | ||
msg.rs | ||
peer.rs | ||
peers.rs | ||
protocol.rs | ||
serv.rs | ||
store.rs | ||
types.rs |