Since 4/2/2012 6:11:36 AM, gkoreman has written 4 articles and participated in 2 conversations. gkoreman signature: gkoreman
gkoreman's articles:
Items(4) /1
initialize unnamed temporary PoD7215 (5/19/2006 10:11:39 AM) comp.lang.c++.moderated How would one go about initializing an unnamed temporary PoD? To initialize an unnamed PoD: struct MyStruct { int x; int y; } MyStruct func(int a, int b) { return MyStruct{a,b}; } This does n... gkoreman
SHA12393 (11/20/2005 5:06:08 PM) comp.lang.c++.moderated I am trying to implement SHA1 based on the pseudo-code on Wikipedia. The pseudo-code is on: http://en.wikipedia.org/wiki/SHA-1 My code is working, but is not giving me the correct hashes. This is being tested... gkoreman
SHA1122 (11/20/2005 2:45:30 AM) comp.lang.c++ I am trying to implement SHA1 based on the pseudo-code on Wikipedia. The pseudo-code is on: http://en.wikipedia.org/wiki/SHA-1 My code is working, but is not giving me the correct hashes. This is being tested... gkoreman
SHA1427 (11/20/2005 2:21:33 AM) comp.lang.c I am trying to implement SHA1 based on the pseudo-code on Wikipedia. The pseudo-code is on: http://en.wikipedia.org/wiki/SHA-1 My code is working, but is not giving me the correct hashes. This is being tested... gkoreman
SHA1427 (11/20/2005 2:21:33 AM) comp.lang.c I am trying to implement SHA1 based on the pseudo-code on Wikipedia. The pseudo-code is on: http://en.wikipedia.org/wiki/SHA-1 My code is working, but is not giving me the correct hashes. This is being tested... gkoreman(6)