From fe6ca826dfc4d107faead4d3293740f29ad88ac1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 27 Feb 2016 18:08:24 +0100 Subject: Make sure that every module in src/or has a brief description. --- src/or/keypin.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/or/keypin.c') diff --git a/src/or/keypin.c b/src/or/keypin.c index 574a76d51e..6c294c72e5 100644 --- a/src/or/keypin.c +++ b/src/or/keypin.c @@ -1,6 +1,13 @@ /* Copyright (c) 2014, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file keypin.c + * + * \brief Functions and structures for associating routers' RSA key + * fingerprints with their ED25519 keys. + */ + #define KEYPIN_PRIVATE #include "orconfig.h" -- cgit v1.2.3-54-g00ecf