pgpradix64.c

来自「vc环境下的pgp源码」· C语言 代码 · 共 15 行

C
15
字号
/*
 * radix.c -- Define the armor Table for 6-bit integer to character
 * conversion.
 *
 * $Id: pgpRadix64.c,v 1.2 1997/05/02 22:45:25 lloyd Exp $
 */

#include "pgpConfig.h"

#include "pgpRadix64.h"

/* This is are table of 6-bit value -> character */
char const armorTable[65] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?