aboutsummaryrefslogtreecommitdiff
path: root/src/lib/defs/dh_sizes.h
blob: b60957281c1521d903dd6201f10361403400aa7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright (c) 2001, Matej Pfajfar.
 * Copyright (c) 2001-2004, Roger Dingledine.
 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
 * Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */

#ifndef TOR_DH_SIZES_H
#define TOR_DH_SIZES_H

/** Length of our legacy DH keys. */
#define DH1024_KEY_LEN (1024/8)

#endif