Handle registers the handler as the DefaultHandler.
(handler Handler)
| 113 | |
| 114 | // Handle registers the handler as the DefaultHandler. |
| 115 | func Handle(handler Handler) { |
| 116 | DefaultHandler = handler |
| 117 | } |
| 118 | |
| 119 | // KeysEqual is constant time compare of the keys to avoid timing attacks. |
| 120 | func KeysEqual(ak, bk PublicKey) bool { |