Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(640)

Issue 6810051: code review 6810051: go.crypto/bcrypt: add Cost function

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by jmhodges
Modified:
12 years, 6 months ago
Reviewers:
dchest
CC:
agl, agl1, dchest, golang-dev
Visibility:
Public.

Description

go.crypto/bcrypt: add Cost function Extracts the cost used to generate a bcrypt hash from the hash itself.

Patch Set 1 #

Patch Set 2 : diff -r ffee30e1c207 https://code.google.com/p/go.crypto #

Patch Set 3 : diff -r ffee30e1c207 https://code.google.com/p/go.crypto #

Patch Set 4 : diff -r ffee30e1c207 https://code.google.com/p/go.crypto #

Total comments: 1

Patch Set 5 : diff -r ffee30e1c207 https://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -8 lines) Patch
M bcrypt/bcrypt.go View 1 2 3 4 6 chunks +18 lines, -7 lines 0 comments Download
M bcrypt/bcrypt_test.go View 1 3 chunks +24 lines, -1 line 0 comments Download

Messages

Total messages: 6
jmhodges
Hello agl@chromium.org (cc: dchest@gmail.com, golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
12 years, 6 months ago (2012-10-30 07:05:30 UTC) #1
agl1
https://codereview.appspot.com/6810051/diff/1002/bcrypt/bcrypt.go File bcrypt/bcrypt.go (right): https://codereview.appspot.com/6810051/diff/1002/bcrypt/bcrypt.go#newcode117 bcrypt/bcrypt.go:117: // Cost returns the cost that the hashed password ...
12 years, 6 months ago (2012-10-30 16:37:38 UTC) #2
dchest
LGTM with agl's suggestion.
12 years, 6 months ago (2012-10-30 16:49:59 UTC) #3
jmhodges
Hello agl@chromium.org, agl@golang.org, dchest@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 6 months ago (2012-10-30 16:56:42 UTC) #4
jmhodges
Gentlest of pings.
12 years, 6 months ago (2012-10-31 16:31:47 UTC) #5
agl1
12 years, 6 months ago (2012-10-31 16:36:10 UTC) #6
*** Submitted as
http://code.google.com/p/go/source/detail?r=7fd55a277056&repo=crypto ***

go.crypto/bcrypt: add Cost function

Extracts the cost used to generate a bcrypt hash from the hash itself.

R=agl, agl, dchest
CC=golang-dev
http://codereview.appspot.com/6810051

Committer: Adam Langley <agl@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b