package attesto const ( SDKVersion = "0.2.0" DefaultBaseURL = "https://verify.attesto.eu" ProofstreamProtocol = "ATTESTO-PROOFSTREAM-001" ProtocolVersionAlpha = "0.1-alpha" // ProtocolHandshake is sent as X-Attesto-Protocol on every request; the // backend answers 426 when it speaks a different protocol generation. ProtocolHandshake = ProofstreamProtocol + "/" + ProtocolVersionAlpha )