sidh 0.2.3

An efficient supersingular isogeny-based cryptography library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file is part of sidh-rs.
// Copyright (c) 2017 Erkan Tairi
// See LICENSE for licensing information.
//
// Author:
// - Erkan Tairi <erkan.tairi@gmail.com>
//

#[cfg(target_arch = "x86_64")]
pub mod x64;

#[cfg(target_arch = "x86")]
pub mod x86;