search for: rabin

Displaying 20 results from an estimated 24 matches for "rabin".

Did you mean: rabid
2015 May 22
4
Weak DH primes and openssh
...e'd want to make sure that distro-specific moduli don't re-introduce fingerprinting for operators who want to hide their choice of distro. --dkg PS Darren, has there been any attempt at generating primality proofs for the values in ./moduli, as opposed to 100 rounds of Miller-Rabin? It would be a shame for a pseudoprime to slip in, however unlikely that would be.
2009 Dec 07
1
[LLVMdev] cross compiling for Sparc
...ild a cross compiler for Sparc on x386 host. I tried to run configure with configure --enable-targets=sparc or with configure --target=sparc but in both cases I got llvm compiler for x86 target. Is there a way to build a cross compiler for Sparc (or ARM)? Thanks. -- Fima Rabin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091207/44205bb8/attachment.html>
2009 Dec 29
1
[LLVMdev] problem compiling x86 intrinsic function
...e an intrinsic function in C? How do you do it? I am actually trying to add several intrinsic functions for my target machine so I am looking for a simple and workable way of doing it. Thanks again. -- Fima ----- Original Message ---- From: Chris Lattner <clattner at apple.com> To: fima rabin <fimarn at yahoo.com> Cc: LLVMdev at cs.uiuc.edu Sent: Tue, December 29, 2009 2:57:27 PM Subject: Re: [LLVMdev] problem compiling x86 intrinsic function On Dec 29, 2009, at 5:50 AM, fima rabin wrote: > I am trying to compile this little C-program: > ================= > typedef dou...
2009 Dec 29
0
[LLVMdev] problem compiling x86 intrinsic function
On Dec 29, 2009, at 5:50 AM, fima rabin wrote: > I am trying to compile this little C-program: > ================= > typedef double v2f64 __attribute__((ext_vector_type(2))); > > int sse2_cmp_sd(v2f64, v2f64, char ) asm("llvm.x86.sse2.cmp.sd"); We used to support this, but there are problems with it....
2000 Aug 04
2
running non-base functions
Having loaded R for windows, I cannot run fnctions that aren't in the base folder. Typing searchpaths() tells me that only the base folder is in the search path. How can the path be modified to include other folders? Thanks, Ely rabin at brandeis.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help...
2015 May 26
2
Weak DH primes and openssh
On Tue 2015-05-26 12:57:05 -0400, Hubert Kario wrote: > creating composites that will pass even 100000 rounds of Miller-Rabin is > relatively simple.... > (assuming the values for M-R tests are picked randomly) Can you point me to the algorithms for doing that? This would suggest that we really do want primality proofs (and a good way to verify them). Do those algorithms hold for creating composites that pass M-...
2009 Dec 29
2
[LLVMdev] problem compiling x86 intrinsic function
I am trying to compile this little C-program: ================= typedef double v2f64 __attribute__((ext_vector_type(2))); int sse2_cmp_sd(v2f64, v2f64, char ) asm("llvm.x86.sse2.cmp.sd"); int main() { static int i; static float x[10]; static float y[10]; v2f64 m1; v2f64 m2; int j; i = sse2_cmp_sd(m1,m2,'z'); ========================== I expected to
2010 Jan 06
0
[LLVMdev] something wrong with .ll file?
On Jan 6, 2010, at 1:12 PM, fima rabin wrote: > I am trying to compile a little intrinsic function for my machine. Here is a dump from clang-cc with --emit-llvm option: > ===================== > > ; ModuleID = 'foo.c' > target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-...
2010 Jan 06
2
[LLVMdev] something wrong with .ll file?
I am trying to compile a little intrinsic function for my machine. Here is a dump from clang-cc with --emit-llvm option: ===================== ; ModuleID = 'foo.c' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" target triple = "i386-pc-linux-gnu" @main.i = internal global i32
2015 May 26
8
Weak DH primes and openssh
On Tue 2015-05-26 14:02:07 -0400, Hubert Kario wrote: > On Tuesday 26 May 2015 13:43:13 Daniel Kahn Gillmor wrote: >> On Tue 2015-05-26 12:57:05 -0400, Hubert Kario wrote: >> > creating composites that will pass even 100000 rounds of Miller-Rabin is >> > relatively simple.... >> > (assuming the values for M-R tests are picked randomly) >> >> Can you point me to the algorithms for doing that? > > OEIS A014233 Hm, this is a sequence, but not an algorithm. It looks to me like it is not exhaustive, just a...
2008 Jan 29
0
New package: dtw - Dynamic Time Warping
...n in package "dtw" is fairly comprehensive, allowing choice of: * windowing functions (global constraints), eg. the Sakoe-Chiba band * 26 transition types (local constraints), incl. - symmetric and asymmetric - smoothed - slope-constrained - step patterns found in Sakoe-Chiba and Rabiner-Myers; * any definition for a local distance can be used for multivariate timeseries, thanks to the {proxy}distance function. Besides alignment computations, the package also provides: * plot methods for warping functions with several visualization styles; * methods for applying a warping funct...
2008 Jan 29
0
New package: dtw - Dynamic Time Warping
...n in package "dtw" is fairly comprehensive, allowing choice of: * windowing functions (global constraints), eg. the Sakoe-Chiba band * 26 transition types (local constraints), incl. - symmetric and asymmetric - smoothed - slope-constrained - step patterns found in Sakoe-Chiba and Rabiner-Myers; * any definition for a local distance can be used for multivariate timeseries, thanks to the {proxy}distance function. Besides alignment computations, the package also provides: * plot methods for warping functions with several visualization styles; * methods for applying a warping funct...
2015 May 27
3
Weak DH primes and openssh
...7 -0400, Hubert Kario wrote: >> > OEIS A014233 >> >> Hm, this is a sequence, but not an algorithm. It looks to me like it is >> not exhaustive, just a list of those integers which are known to have >> the stated property ("Smallest odd number for which Miller-Rabin >> primality test on bases <= n-th prime does not reveal compositeness"). >> >> Taking the final integer in that sequence (a(11)) fails even the default >> >> 25-round M-R test in gmp: >> >>> k = gmpy2.mpz(3825123056546413051) >> >>...
2015 May 21
8
Weak DH primes and openssh
Hi, You will be aware of https://weakdh.org/ by now, I presume; the take-home seems to be that 1024-bit DH primes might well be too weak. I'm wondering what (if anything!) you propose to do about this issue, and what Debian might do for our users? openssh already prefers ECDH, which must reduce the impact somewhat, although the main Windows client (PuTTY) doesn't support ECDH yet. But
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...emens-enterprise.com> Ionut-Gabriel Radu <ihonius@gmail.com> Ira W. Snyder <iws@ovro.caltech.edu> Irina Tirdea <irina.tirdea@intel.com> Isaac Smith <hunternet93@gmail.com> Isaac.li <shonmou@gmail.com> Isaku Yamahata <yamahata@valinux.co.jp> Ishai Rabinovitz <ishai@mellanox.co.il> Ismael Luceno <ismael.luceno@gmail.com> Itai Garbi <igarbi@mellanox.com> Iulius Curt <icurt@ixiacom.com> Ivan Bezyazychnyy <ivan.bezyazychnyy@gmail.com> Ivan Djelic <ivan.djelic@parrot.com> Ivan Kalvachev <ikalvachev@gma...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...emens-enterprise.com> Ionut-Gabriel Radu <ihonius@gmail.com> Ira W. Snyder <iws@ovro.caltech.edu> Irina Tirdea <irina.tirdea@intel.com> Isaac Smith <hunternet93@gmail.com> Isaac.li <shonmou@gmail.com> Isaku Yamahata <yamahata@valinux.co.jp> Ishai Rabinovitz <ishai@mellanox.co.il> Ismael Luceno <ismael.luceno@gmail.com> Itai Garbi <igarbi@mellanox.com> Iulius Curt <icurt@ixiacom.com> Ivan Bezyazychnyy <ivan.bezyazychnyy@gmail.com> Ivan Djelic <ivan.djelic@parrot.com> Ivan Kalvachev <ikalvachev@gma...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...emens-enterprise.com> Ionut-Gabriel Radu <ihonius@gmail.com> Ira W. Snyder <iws@ovro.caltech.edu> Irina Tirdea <irina.tirdea@intel.com> Isaac Smith <hunternet93@gmail.com> Isaac.li <shonmou@gmail.com> Isaku Yamahata <yamahata@valinux.co.jp> Ishai Rabinovitz <ishai@mellanox.co.il> Ismael Luceno <ismael.luceno@gmail.com> Itai Garbi <igarbi@mellanox.com> Iulius Curt <icurt@ixiacom.com> Ivan Bezyazychnyy <ivan.bezyazychnyy@gmail.com> Ivan Djelic <ivan.djelic@parrot.com> Ivan Kalvachev <ikalvachev@gma...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...emens-enterprise.com> Ionut-Gabriel Radu <ihonius@gmail.com> Ira W. Snyder <iws@ovro.caltech.edu> Irina Tirdea <irina.tirdea@intel.com> Isaac Smith <hunternet93@gmail.com> Isaac.li <shonmou@gmail.com> Isaku Yamahata <yamahata@valinux.co.jp> Ishai Rabinovitz <ishai@mellanox.co.il> Ismael Luceno <ismael.luceno@corp.bluecherry.net> Ismael Luceno <ismael.luceno@gmail.com> Itai Garbi <igarbi@mellanox.com> Iulius Curt <icurt@ixiacom.com> Ivan Bezyazychnyy <ivan.bezyazychnyy@gmail.com> Ivan Djelic <ivan...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...emens-enterprise.com> Ionut-Gabriel Radu <ihonius@gmail.com> Ira W. Snyder <iws@ovro.caltech.edu> Irina Tirdea <irina.tirdea@intel.com> Isaac Smith <hunternet93@gmail.com> Isaac.li <shonmou@gmail.com> Isaku Yamahata <yamahata@valinux.co.jp> Ishai Rabinovitz <ishai@mellanox.co.il> Ismael Luceno <ismael.luceno@corp.bluecherry.net> Ismael Luceno <ismael.luceno@gmail.com> Itai Garbi <igarbi@mellanox.com> Iulius Curt <icurt@ixiacom.com> Ivan Bezyazychnyy <ivan.bezyazychnyy@gmail.com> Ivan Djelic <ivan...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...emens-enterprise.com> Ionut-Gabriel Radu <ihonius@gmail.com> Ira W. Snyder <iws@ovro.caltech.edu> Irina Tirdea <irina.tirdea@intel.com> Isaac Smith <hunternet93@gmail.com> Isaac.li <shonmou@gmail.com> Isaku Yamahata <yamahata@valinux.co.jp> Ishai Rabinovitz <ishai@mellanox.co.il> Ismael Luceno <ismael.luceno@corp.bluecherry.net> Ismael Luceno <ismael.luceno@gmail.com> Itai Garbi <igarbi@mellanox.com> Iulius Curt <icurt@ixiacom.com> Ivan Bezyazychnyy <ivan.bezyazychnyy@gmail.com> Ivan Djelic <ivan...