User talk:Haravikk Mistral

From Second Life Wiki
Revision as of 01:38, 18 April 2013 by Haravikk Mistral (talk | contribs) (→‎IEEE Floats)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

AES

You should take a look at: http://www.schneier.com/blog/archives/2009/07/another_new_aes.html There is a recommendation of increasing the number of rounds for AES. -- Strife (talk|contribs) 18:06, 2 August 2009 (UTC)

Hmm, thanks for letting me know about this! I didn't have time to read the full thing, but skimming it seems to suggest that the attacks are for versions of AES that use non-standard numbers of rounds? My implementation should produce the correct number of rounds, so I'm not sure it immediately applies? In future if implementations start really adopting variable rounds, then it'll be worth adding, or if I ever finish a compatible PHP version I could add it to both, also planning to make an LSL plus version of the script, as its very unwieldy to edit, especially with the script editor being diligently ruined by LL! But I have no idea when I'll get around to any of that. -- Haravikk Mistral 18:48, 3 August 2009 (UTC)

Good job

Your work on Animation is greatly appreciated. Keep up the good work! -- Strife (talk|contribs) 06:36, 8 May 2010 (UTC)

Glad you like it; it's annoyed me for a while that there's never been a decent summary of animations from a purely scripting point of view, and I've never really seen the art of preloading animations properly described at all here or anywhere else for that matter. The article's still pretty rough, but hopefully useful! -- Haravikk Mistral 14:52, 23 May 2010 (UTC)

This function was a really good idea. I'm a bit jealous, so simple and pretty effective. The method I have chosen in the past (which tends to be overkill) has been (string)((float)s) != (string)((float)("-" + s)). -- Strife (talk|contribs) 15:07, 22 October 2010 (UTC)

Heh yeah, it's far from perfect but I never find myself dealing with numbers insane enough to fail (and if they do then it's usually a good thing)! Came to me several hours into trying to break the float into pieces by period and E sign, having realised the cost of the functions calls seemed crazy for what I was doing. Glad you like it!
-- Haravikk (talk|contribs) 17:26, 22 October 2010 (UTC)

GenerateKey

GenerateKey has turned into llGenerateKey via the alchemy of Beta Server Office Hours/Minutes/2012-04-05‎ -- Strife (talk|contribs) 21:50, 5 April 2012 (PDT)

Great news! =) --
-- Haravikk (talk|contribs) 02:31, 6 April 2012 (PDT)

IEEE Floats

Take a peak at FUI. -- Strife (talk|contribs) 22:15, 17 April 2013 (PDT)

Exactly what I needed, thanks! --
-- Haravikk (talk|contribs) 01:38, 18 April 2013 (PDT)