Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #9648

Re: Would green arrays produce something with a web browser? like a cheap appliance?

From Paul Rubin <no.email@nospam.invalid>
Newsgroups comp.lang.forth
Subject Re: Would green arrays produce something with a web browser? like a cheap appliance?
References (16 earlier) <7xvcn6tpub.fsf@ruckus.brouhaha.com> <31f4725f-8e32-4333-a2a7-2a06bf9a962b@ge5g2000vbb.googlegroups.com> <9qg8qdFp81U1@mid.individual.net> <7x8vjwopeh.fsf@ruckus.brouhaha.com> <WqqdnSz-qvDltd7SnZ2dnUVZ_q2dnZ2d@supernews.com>
Date 2012-02-21 02:28 -0800
Message-ID <7xvcn0mqeq.fsf@ruckus.brouhaha.com> (permalink)
Organization Nightsong/Fort GNOX

Show all headers | View raw


"Elizabeth D. Rather" <erather@forth.com> writes:
> Greg Bailey, who's the head of that team, did a really great job
> coding MD5 on an 8051 for me some years ago. I think if anybody can
> make that hum satisfactorily it would be Greg.

Yeah, the problem is that the GA144 just isn't a good match for that
algorithm, which relies heavily on 32-bit arithmetic and table lookups
in a 64*32 table, neither of which maps well onto the GA.  I think it
might be possible to code the RC4 stream cipher in 3 nodes sort of
reasonably, though I got bogged down on optimizations when I tried to
code it.  I may try again sometime.  Shift register ciphers like E0
(used in Bluetooth) might be easier to code, but they generally have
poor security records (RC4 also has known imperfections).

Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-07 16:35 +0100
  Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-02-07 14:48 -0800
    Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-02-07 17:07 -0800
      Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-02-07 18:18 -0800
      Re: Would green arrays produce something with a web browser? like a cheap appliance? vandys@vsta.org - 2012-02-08 04:08 +0000
    Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-10 00:12 +0100
      Re: Would green arrays produce something with a web browser? like a cheap appliance? "Elizabeth D. Rather" <erather@forth.com> - 2012-02-09 14:59 -1000
        Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-02-10 10:23 +0000
      Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-02-09 19:58 -0800
        Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-02-10 11:16 +0000
          Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-10 17:27 +0100
            Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-02-16 13:12 -0800
              Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-02-16 13:45 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-02-20 16:35 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? vandys@vsta.org - 2012-02-21 01:03 +0000
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-02-20 19:07 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? "Elizabeth D. Rather" <erather@forth.com> - 2012-02-20 19:15 -1000
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-02-21 02:28 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-02-21 05:20 -0600
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-02-22 02:31 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Andrew Haley <andrew29@littlepinkcloud.invalid> - 2012-02-22 05:03 -0600
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-02-20 19:47 -0800
              Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-19 01:50 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? rickman <gnuarm@gmail.com> - 2012-02-20 16:47 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-21 02:27 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? forther <forther@gmail.com> - 2012-02-23 15:38 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-26 02:08 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? David Kuehling <dvdkhlng@gmx.de> - 2012-02-26 02:40 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-26 20:38 +0100
                Re: Would green arrays produce something with a web browser? like a cheap appliance? Paul Rubin <no.email@nospam.invalid> - 2012-02-26 13:44 -0800
                Re: Would green arrays produce something with a web browser? like a cheap appliance? forther <forther@gmail.com> - 2012-02-29 12:33 -0800
  Re: Would green arrays produce something with a web browser? like a cheap appliance? Arnold Doray <invalid@invalid.com> - 2012-02-10 11:02 +0000
    Re: Would green arrays produce something with a web browser? like a cheap appliance? Bernd Paysan <bernd.paysan@gmx.de> - 2012-02-10 17:54 +0100

csiph-web