Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
The most recent copy of this submission may be found at
https://github.com/epixoip/pufferfish

This archive is based on all commits up to 2dca91d3f3.

Contents:

.
├── jtr
│   ├── pufferfish-optimized.diff
│   └── pufferfish-ref.diff
├── pufferfish.pdf
├── readme.txt
└── src
    ├── common
    │   ├── api.c
    │   ├── api.h
    │   ├── common.h
    │   ├── itoa64.c
    │   └── itoa64.h
    ├── examples
    │   ├── pfcrypt.c
    │   └── pfkdf.c
    ├── Makefile
    ├── optimized
    │   ├── hmac-sha512.c
    │   ├── pufferfish.c
    │   ├── pufferfish.h
    │   ├── sha512.c
    │   └── sha512.h
    └── reference
        ├── pufferfish.c
        └── pufferfish.h