[Firebird-devel] [FB-Tracker] Created: (CORE-4924) Access field values of a cursor by field name

2015-09-04 Thread Jonathan Neve (JIRA)
Access field values of a cursor by field name - Key: CORE-4924 URL: http://tracker.firebirdsql.org/browse/CORE-4924 Project: Firebird Core Issue Type: New Feature Affects Versions: 3.0 Beta 2,

[Firebird-devel] Issue CORE #4680

2015-09-04 Thread Martijn Tonies (Upscene Productions)
http://tracker.firebirdsql.org/browse/CORE-4680 Last comment so far: “Was this case re-tested with Sascha's correct script version? “ Any idea if this was done, should the issue be re-opened? With regards, Martijn Tonies Upscene Productions http://www.upscene.com Download Database Workbench f

Re: [Firebird-devel] Crypto Algoritm Performance

2015-09-04 Thread Boris Damjanovic
I have implemented ChaCha20 and compared it with various AES implementations on my other (still cheap) notebook. All my implementations are made for Windows and MS Visual Studio, but I think that Intel's AES-NI code (see below) and the original ChaCha code was made for GNU C compiler. First im

Re: [Firebird-devel] Crypto Algoritm Performance

2015-09-04 Thread James Starkey
Something you may want to investigate is replacing the "pure C" implementation of ChaCha20 with the rotate step replaced with either a compiler intrinsic (Microsoft) or a bit of assembler (gcc). SHA1 has the same issue. I haven't a clue as to why popular crypto algoritms use a rotate, virtually a