pgpradix64.h
来自「著名的加密软件的应用于电子邮件中」· C头文件 代码 · 共 27 行
H
27 行
/*
* pgpRadix64.h -- The header for Radix64 encoding,
* which is used by ASCII Armor.
*
* Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All rights reserved.
*
* This is a PRIVATE header file, for use only within the PGP Library.
* You should not be using these functions in an application.
*
* $Id: pgpRadix64.h,v 1.3.2.1 1997/06/07 09:50:58 mhw Exp $
*/
#ifndef PGPRADIX64_H
#define PGPRADIX64_H
#ifdef __cplusplus
extern "C" {
#endif
extern char const armorTable[65];
#ifdef __cplusplus
}
#endif
#endif /* PGPRADIX64_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?