📄 pgpradix64.c
字号:
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: pgpRadix64.c,v 1.5 2002/08/06 20:11:02 dallen Exp $
____________________________________________________________________________*/
/*
* radix.c -- Define the armor Table for 6-bit integer to character conversion.
*/
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -