[racket] require url?

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sat Apr 9 05:07:37 EDT 2011

Eli Barzilay wrote at 04/09/2011 12:12 AM:
> There is a good solution for this that I recently saw -- the way that
> chrome extensions are distributed.  The summary of what I understand
> from it is: an extension is a zip file with a prefix holding two
> things -- a public key for the extension, and a signature for the zip
> file that was done using the private key.

Isn't this just old-fashioned code signing.  I think people talked about 
it for PLaneT multiple times in the past, before Chrome existed.  Or am 
I misunderstanding?

-- 
http://www.neilvandyke.org/


Posted on the users mailing list.