Skip to content
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

crypto/cipher: add example #1390

Closed
gopherbot opened this issue Jan 5, 2011 · 5 comments
Closed

crypto/cipher: add example #1390

gopherbot opened this issue Jan 5, 2011 · 5 comments

Comments

@gopherbot
Copy link

by BerengarLehr:

I do agree with the author in crypto/cipher/io.go L:12f that the Stream* objects are
quite simple. Nevertheless I thing providing the "user" with an example how to
create such objects, just for educational reasons would be a benefit to new users of
this package and go at all.
@adg
Copy link
Contributor

adg commented Jan 6, 2011

Comment 1:

Labels changed: added documentation.

Owner changed to a...@golang.org.

Status changed to Accepted.

@moraes
Copy link
Contributor

moraes commented Sep 1, 2011

Comment 2:

Here's a simple running code + test just in case someone arrives here looking for a
simple example: 
http://stackoverflow.com/questions/7263928/decrypt-using-the-ctr-mode/7264281#7264281

@rsc
Copy link
Contributor

rsc commented Dec 9, 2011

Comment 3:

Labels changed: added priority-later.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 5:

Labels changed: added go1.1.

@agl
Copy link
Contributor

agl commented Oct 31, 2012

Comment 6:

This issue was closed by revision 5176481.

Status changed to Fixed.

@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@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

5 participants