mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-24 03:47:25 +08:00
12 lines
282 B
Go
12 lines
282 B
Go
package httppeeridauth
|
|
|
|
import (
|
|
logging "github.com/ipfs/go-log/v2"
|
|
"github.com/libp2p/go-libp2p/p2p/http/auth/internal/handshake"
|
|
)
|
|
|
|
const PeerIDAuthScheme = handshake.PeerIDAuthScheme
|
|
const ProtocolID = "/http-peer-id-auth/1.0.0"
|
|
|
|
var log = logging.Logger("http-peer-id-auth")
|