mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 06:05:16 -04:00
8 lines
114 B
Go
8 lines
114 B
Go
package common
|
|
|
|
// the sha256 of some datastructure
|
|
type IdentHash [32]byte
|
|
|
|
// i2p bytestring
|
|
type String []byte
|