Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Issue 2847081: Initial code. (Closed)

Created:
10 years, 5 months ago by fes
Modified:
9 years, 7 months ago
Reviewers:
Will Drewry, forbin
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://git@chromiumos-git/libscrypt.git
Visibility:
Public.

Description

Initial code. This is the initial upload of the scrypt library from tarsnap. The library uses a memory-bound function for key strengthening of passwords. BUG=389 TEST=manual

Patch Set 1 #

Patch Set 2 : Use scrypt distro and patch with changes instead. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53213 lines, -0 lines) Patch
A Makefile.am View 1 chunk +16 lines, -0 lines 0 comments Download
A Makefile.in View 1 chunk +764 lines, -0 lines 0 comments Download
A aclocal.m4 View 1 chunk +8910 lines, -0 lines 0 comments Download
A build-aux/config.guess View 1 chunk +1554 lines, -0 lines 0 comments Download
A build-aux/config.sub View 1 chunk +1717 lines, -0 lines 0 comments Download
A build-aux/depcomp View 1 chunk +630 lines, -0 lines 0 comments Download
A build-aux/install-sh View 1 chunk +520 lines, -0 lines 0 comments Download
A build-aux/ltmain.sh View 1 chunk +8406 lines, -0 lines 0 comments Download
A build-aux/missing View 1 chunk +376 lines, -0 lines 0 comments Download
A config.h.in View 1 chunk +184 lines, -0 lines 0 comments Download
A configure View 1 chunk +16728 lines, -0 lines 0 comments Download
A configure.ac View 1 chunk +66 lines, -0 lines 0 comments Download
A function_visibility.patch View 1 chunk +35 lines, -0 lines 0 comments Download
A src/FORMAT View 1 chunk +18 lines, -0 lines 0 comments Download
A src/Makefile.in View 1 chunk +763 lines, -0 lines 0 comments Download
A src/config.aux/depcomp View 1 chunk +589 lines, -0 lines 0 comments Download
A src/config.aux/install-sh View 1 chunk +519 lines, -0 lines 0 comments Download
A src/config.aux/missing View 1 chunk +367 lines, -0 lines 0 comments Download
A src/config.h.in View 1 chunk +98 lines, -0 lines 0 comments Download
A src/configure View 1 chunk +7247 lines, -0 lines 0 comments Download
A src/lib/README View 1 chunk +6 lines, -0 lines 0 comments Download
A src/lib/crypto/crypto_aesctr.h View 1 chunk +59 lines, -0 lines 0 comments Download
A src/lib/crypto/crypto_aesctr.c View 1 chunk +124 lines, -0 lines 0 comments Download
A src/lib/crypto/crypto_scrypt.h View 1 chunk +46 lines, -0 lines 0 comments Download
A src/lib/crypto/crypto_scrypt-nosse.c View 1 chunk +338 lines, -0 lines 0 comments Download
A src/lib/crypto/crypto_scrypt-ref.c View 1 chunk +284 lines, -0 lines 0 comments Download
A src/lib/crypto/crypto_scrypt-sse.c View 1 chunk +366 lines, -0 lines 0 comments Download
A src/lib/crypto/sha256.h View 1 chunk +62 lines, -0 lines 0 comments Download
A src/lib/crypto/sha256.c View 1 chunk +412 lines, -0 lines 0 comments Download
A src/lib/scryptenc/scryptenc.h View 1 1 chunk +112 lines, -0 lines 0 comments Download
A src/lib/scryptenc/scryptenc.c View 1 chunk +606 lines, -0 lines 0 comments Download
A src/lib/scryptenc/scryptenc_cpuperf.h View 1 chunk +39 lines, -0 lines 0 comments Download
A src/lib/scryptenc/scryptenc_cpuperf.c View 1 chunk +185 lines, -0 lines 0 comments Download
A src/lib/util/memlimit.h View 1 chunk +42 lines, -0 lines 0 comments Download
A src/lib/util/memlimit.c View 1 chunk +302 lines, -0 lines 0 comments Download
A src/lib/util/readpass.h View 1 chunk +45 lines, -0 lines 0 comments Download
A src/lib/util/readpass.c View 1 chunk +143 lines, -0 lines 0 comments Download
A src/lib/util/sysendian.h View 1 chunk +140 lines, -0 lines 0 comments Download
A src/lib/util/warn.h View 1 chunk +13 lines, -0 lines 0 comments Download
A src/lib/util/warn.c View 1 chunk +75 lines, -0 lines 0 comments Download
A src/main.c View 1 chunk +181 lines, -0 lines 0 comments Download
A src/scrypt.1 View 1 chunk +114 lines, -0 lines 0 comments Download
A src/scrypt_platform.h View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fes
10 years, 5 months ago (2010-07-27 23:30:16 UTC) #1
forbin
9 years, 8 months ago (2011-04-27 01:59:03 UTC) #2
Can you add something to the configure script to support older versions of gcc.

I am seeing "cc1: error: unrecognized option `-fvisibility=hidden'" on openbsd
4.5 w/ gcc 3.3.5.

Powered by Google App Engine
This is Rietveld 408576698