Pinned Repositories
booksource
《第一行代码 第2版》全书源代码
BS_SM4
CodingMaster
Coding Master系列教程配套代码。
cryptominisat
An advanced SAT solver
Fast_SM4
FastMemcpy
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
JavaCollection
Java开源项目之「自学编程之路」:学习指南+面试指南+资源分享+技术文章
m4ri
MIRROR: M4RI is a library for fast arithmetic with dense matrices over GF(2)
ndk_aes
在ndk环境下实现AES加密算法的实现,实现的是一个简单的安卓登录界面,将密码传给native层,在native层实现AES加密和解密操作,并传回解密后的密码在安卓登录的验证框与SharedPreferences中的密码进行比对,实现登录操作。
OpenSSL-BS_SM4
one30's Repositories
one30/FastMemcpy
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
one30/acm-challenge-workbook
《挑战程序设计竞赛》习题册攻略
one30/AES
Implementations of white-box AES constructions and their cryptanalyses.
one30/AES-Illustrated
An implementation of the Advanced Encryption Standard (AES) algorithm meant for study to go along with "A Stick Figure Guide to the Advanced Encryption Standard (AES)" blog post at www.moserware.com
one30/AES128-GCM
Basic implementation in C of AES for 128 bits and the mode of operation Galois Counter Mode.
one30/BlockCiphersOnAVR
Bitsliced Implementations of Block Ciphers on AVR 8-bit Microcontrollers
one30/CLOVER-I3-4000M-HD4600-El-Capitan-hackintosh
四叶草(CLOVER)引导CPU:I3-4000M GPU:HD4600 OS X 10.11 El Capitan 黑苹果(hackintosh)
one30/DSofCSKaoyan
王道考研2018数据结构代码
one30/fault-resistant-aes
Spatial redundant and constant time implementation of AES that is secure against fault attacks using bitslicing.
one30/NdkJniDemo
提交
one30/present
implementation of PRESENT cipher in rust and additional stuff for tinkering with the cipher
one30/Present-8bit
An 8-bit Implementation of the PRESENT block cipher in C
one30/SBOXDiscovery
Brute-force search algorithm for Bitslice DES S-box functions with Nvidia Maxwell LOP3.LUT instructions written in C#
one30/sboxoptimization
Tools to optimize small functions, such as S-boxes, for several criteria using SAT solvers
one30/simd-sse-avx-neon
Introduction about SIMD instructions. Mainly about SSE and AVX.
one30/skinny_avx
AVX implementation of the Skinny block cipher
one30/wbaes
Whitebox AES