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,
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
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
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