log☇︎
348 entries in 0.869s
asciilifeform: the dumped string is RAW MPI CRAPOLA
asciilifeform: we're chewing on mpi header.
asciilifeform: mpi_set_bit( prime, 0 );
asciilifeform: mpi_set_bit (prime, nbits-2);
asciilifeform: mpi_set_highbit( prime, nbits-1 );
asciilifeform: put the hex dump RIGHT AFTER the 'mpi_set_bit(prime,0)' idiocy
mircea_popescu: asciilifeform but it also has a convertor to mpi/b64
deedbot-: [Loper OS] MPI sans the mud. - http://www.loper-os.org/?p=1533
asciilifeform: and so i feed it a (cleaned-up) mpi
ben_vulpes: ui programmers are especially prone to this, imho because the smalltalk MPI style of MVC and data marshalling through layers is very much not a paradigm that lends itself to simplicity of code design.
asciilifeform: that's what i turned mpi into.
asciilifeform: standalone in the sense mpi was in gpg.
asciilifeform: speaking of this, secmem.c is getting cut and replaced with a stub. because this crud does not belong in mpi, needs to be a quite separate library.
ascii_field: ~who~ wrote mpi, i wonder
ascii_field meanwhile cut another ~100kB of crud off mpi
adlai: ok, that one gives me the same. the ones that I checked (mod6's V, mpi-genesis) did not.
assbot: Logged on 02-11-2015 19:05:41; ascii_field: does anyone else find that http://www.loper-os.org/pub/mpi/mpi.tar.gz.sig will NOT download in any ver of firefox ?
asciilifeform: http://log.bitcoin-assets.com/?date=03-11-2015#1314362 << something in the mpi pile of shit breaks the regex ☝︎
phf: asciilifeform: did you see my message about leftover i18n stuff in mpi?
assbot: [BTC-dev] MPI Genesis. (Possibly Off-Topic!) ... ( http://bit.ly/1WnNZnL )
jurov: which mpi.tar.gz misdownloads? the one on ml?
lobbes: ascii_field: I *was* able to verify mpi-genesis.tar.gz.sig (downloaded from IE); yet to diff with wget version
ascii_field: and http://www.loper-os.org/pub/mpi/mpi-genesis.tar DOWNLOADS MOTHERFUCKING PARTIALLY
ascii_field: http://www.loper-os.org/pub/mpi/mpi-genesis.tar.gz.sig doesn't load in any version of 'chrome' or 'chromium' also.
assbot: Logged on 02-11-2015 19:05:41; ascii_field: does anyone else find that http://www.loper-os.org/pub/mpi/mpi.tar.gz.sig will NOT download in any ver of firefox ?
ascii_field: does anyone else find that http://www.loper-os.org/pub/mpi/mpi.tar.gz.sig will NOT download in any ver of firefox ? ☟︎☟︎
phf: and for the bored crowd in the audience, some code to add two bignums using ascii's mpi extraction, http://paste.lisp.org/display/158046
phf: asciilifeform: there's some leftover i18n in mpi http://paste.lisp.org/display/158047
assbot: [BTC-dev] MPI Genesis. (Possibly Off-Topic!) ... ( http://bit.ly/1WnNZnL )
ascii_field: (deliberately not released with the mpi, because imho they are separate concerns)
assbot: Logged on 31-10-2015 21:45:55; mircea_popescu: re asciilifeform mpi : the actual extraction, and especially auditing of the rng is a very worthy project.
mircea_popescu: re asciilifeform mpi : the actual extraction, and especially auditing of the rng is a very worthy project. ☟︎
mod6: asciilifeform thx for posting the MPI stuff.
assbot: Loper OS » MPI sans the mud. ... ( http://bit.ly/1l0WdBf )
assbot: Loper OS » MPI sans the mud. ... ( http://bit.ly/1l0WdBf )
asciilifeform: http://log.bitcoin-assets.com/?date=17-10-2015#1300865 << interestingly, they are ~not~ in the mpi seen in gpg 1.4.10... hence the 'where??' ☝︎
asciilifeform: ;;later tell mircea_popescu for whom does gnu-mpi have the jacobi, legendre, kronecker, lucas knobs?! i have failed to turn up any instance of anyone ever having used them. or even tested.
Apocalyptic: t2 = mpi_alloc_secure( mpi_get_nlimbs(p) );
Apocalyptic: t1 = mpi_alloc_secure( mpi_get_nlimbs(p) );
mod6: lol, they used to have this "rabin-miller" function in the first import of gnupg (as so it's dated) that takes a paremeter "MPI n" and then does nothing and returns 0; http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=cipher/primegen.c;h=07d83d8314d8588e4f425a4d171fc41ebb3be4a9;hb=5393dd53c5e06f0458949217317601b2eaed8350G
mod6: <+mircea_popescu> maybe i wanna use e = 2686977, whose business is it. << i was looking at this yesterday too, had the same impression. mpi_set_ui( e, 65537);
mod6: they're both declared with type MPI, was just curious i guess.
mod6: mpi_sub_ui( t2, q, 1 );
mod6: mpi_sub_ui( t1, p, 1 );
mod6: asciilifeform: you're familiar with mpi right?
decimation: mpi-fg-koeln.mpg.de/pu/mpifg_book/mpifg_bd_36.pdf > " Einen Antrag zur Förderung einer elektronischen Nachfolgeversion der Z-3, den sein Mit- arbeiter Elektroingenieur Helmut Schreyer stellte, lehnte die deutsche Reichsregierung als »nicht kriegswichtig« ab (Petzold 1985: 316). " They tried to get the nazi gov to pay for the advancement of the Z-3, but it was deemed "not war-worthy"
Mats_cd03: http://www.mpi-sws.org/~stevens/pubs/imc11.pdf real gud paper bout skype
nubbins`: trying to figure out how to get apache to play nice with MPI