mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
package level documentation for address/crypto/util
This commit is contained in:
parent
cd99d04bd4
commit
b3361d4bbc
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// Package address contains the types used by yggdrasil to represent IPv6 addresses or prefixes, as well as functions for working with these types.
|
||||
// Of particular importance are the functions used to derive addresses or subnets from a NodeID, or to get the NodeID and bitmask of the bits visible from an address, which is needed for DHT searches.
|
||||
package address
|
||||
|
||||
import "github.com/yggdrasil-network/yggdrasil-go/src/crypto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue