Skip to content

doc: update Effective Go to use current crypto interfaces #2415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gopherbot opened this issue Nov 2, 2011 · 3 comments
Closed

doc: update Effective Go to use current crypto interfaces #2415

gopherbot opened this issue Nov 2, 2011 · 3 comments

Comments

@gopherbot
Copy link
Contributor

by [email protected]:

On (http://golang.org/doc/effective_go.html), it says:

"NewECBDecrypter and NewCBCReader apply not just to one specific
encryption algorithm".

NewCBCReader is not mentioned in the code, but there are two functions for
NewCBCDecrypter.  Is this a mistake?
@adg
Copy link
Contributor

adg commented Nov 7, 2011

Comment 1:

In fact much of it has changed. There's no crypto/block package, for instance.
http://golang.org/pkg/crypto/cipher/

Owner changed to @adg.

Status changed to Accepted.

@adg
Copy link
Contributor

adg commented Nov 9, 2011

Comment 2:

http://code.google.com/p/go/source/detail?r=cf4409a42d20

Status changed to Fixed.

@gopherbot
Copy link
Contributor Author

Comment 3 by [email protected]:

Thanks for the fix.  By the way, I think you're missing a space in the following:
...in the <code>crypto/cipher</code>package specifies the...

@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc unassigned adg Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants