Hi folks, So I've been implementing some cryptographic algorithms in Forth which I could use for securing the sensor net. So far I have implemented RSA, hash functions, a digital signature and a Zero-Knowledge Proof. The xorshift RNG nugget is from the excamera website.
http://hub.darcs.net/pointfree/forth-crypt However, these are all just toys unless I have high-precision, or even better arbitrary precision arithmetic. The Forth Scientific Library has bignum words in big.fth, but what would be better is if arbitrary precision arithmetic could just be dropped in as another datatype by extending the interpreter with Matthias Trute's recognizers. Then we could use DO...LOOPs, 1+ etc, etc with arbitrary precision numbers without creating redundant words. But then would + - * / MOD /MOD need to be deferred? Thanks for reading, Andreas ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel