Versions in this module Expand all Collapse all v0 v0.0.1 Feb 1, 2021 Changes in this version + type Server struct + Nids [256]common.Nid + Nothing *common.Nothing + func NewServer(config *common.Config) (s *Server, err error) + func (s *Server) AcceptRequest(conn net.Conn) ([]byte, error) + func (s *Server) ReadRequest(conn net.Conn) (common.Nid, []byte, error) + func (s *Server) Start() + func (s *Server) UeqNid() + func (s *Server) VerifyNid(nid common.Nid) error + type VerifyNid struct + func NewVerifyNid(n common.Nid) *VerifyNid