cryptor/cryptor/algorithm/base64/mod.rs
1
2// Copyright (c) 2017 Atsushi Miyake
3//
4// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or http://apache.org/licenses/LICENSE-2.0>
5// or the MIT license <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
6// This file may not be copied, modified, or distributed except according to those terms.
7
8mod base64;
9pub use self::base64::Base64;