Apophis (Thomas Bruderer)
- Login: Apophis
- Email: apophis@apophis.ch
- Registered on: 01/04/2015
- Last sign in: 01/04/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/05/2015
-
06:58 AM Ruby Bug #10696: Digest implementation on Windows faulty
- Yes works correclty.
Sorry for the unnecessary Bugreport. At least it is documented now.
01/04/2015
-
07:10 PM Ruby Bug #10696 (Rejected): Digest implementation on Windows faulty
- The example I made with SHA1, but the same happens for other digests, so it seems to affect the generic implementation of the interface and not the specific hash implementations.
> Digest::SHA1.hexdigest(File.read('test.file'))
> ......