http://bugs.winehq.org/show_bug.cgi?id=25014
--- Comment #6 from Juan Lang juan_lang@yahoo.com 2010-11-08 14:55:48 CST --- (In reply to comment #3)
The Windows-specific code in Go is here:
http://code.google.com/p/go/source/browse/src/pkg/syscall http://code.google.com/p/go/source/browse/src/pkg/runtime/windows
That's not all of it. Probably more relevant is: http://code.google.com/p/go/source/browse/src/pkg/crypto/rand/rand_windows.g...
Also, the error code -2146893801 is 0x80090017, NTE_PROV_TYPE_NOT_DEF.