public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
* [Govpn-devel] goVPN PRNG
@ 2015-05-03 16:03 Andreas Briese
  2015-05-03 20:01 ` stargrave
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Briese @ 2015-05-03 16:03 UTC (permalink / raw)
  To: govpn-devel

[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]

Hey,

maybe you have a look at the PRNG breeze under https://github.com/AndreasBriese/breeze as an alternative to FORTUNA. I tested breeze heavily under macOSX and i don’t see, why it should work less reliable with other systems.
Anyway, feedback is welcome.

great work

Andreas


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Bri-C Veterinärinstitut GbR
Auf der Bleiche 2a
31157 Sarstedt
Dr. med. vet. Andreas Briese
Landesbeauftragter für den Tierschutz des Landes Niedersachsen a. D.
FTA Tierschutzkunde, FTA Tierhygiene
O2mobil: ++49 (0)176 623 537 89
Festnetz: ++49 (0)5066 603970
Fax: ++49 (0)5066 695 82 18
E-Mail: info@eduToolbox•de, ab@bri-c•de
WWW: http://bri-c.de, http://edutoolbox.de
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This message is intended exclusively for the addressee. It may contain
information that is confidential. Any use or publication of this
e-mail message without permission of the sender is not allowed. If you
are not the intended recipient, please notify us and delete this
message.




[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 842 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Govpn-devel] goVPN PRNG
  2015-05-03 16:03 [Govpn-devel] goVPN PRNG Andreas Briese
@ 2015-05-03 20:01 ` stargrave
  0 siblings, 0 replies; 2+ messages in thread
From: stargrave @ 2015-05-03 20:01 UTC (permalink / raw)
  To: Andreas Briese; +Cc: govpn-devel

[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]

Greetings, Andreas!

*** Andreas Briese <ab@bri-c•de> [2015-05-03 19:09]:
>maybe you have a look at the PRNG breeze under https://github.com/AndreasBriese/breeze as an alternative to FORTUNA. I tested breeze heavily under macOSX and i don’t see, why it should work less reliable with other systems.

It seems very interesting, but my first impression is that it heavily
depends on particular floating point implementation, on hardware and
because of that has various strength on different CPUs and
architectures. I very like its idea as an additional entropy source!
However in my opinion it should be mixed with another ones too. So layer
like either Yarrow or Fortuna are necessary to use and mix several
entropy sources.

Currently my decision is to rely on operating system's PRNG. FreeBSD
uses Yarrow for a long time, Linux has patches to include Fortuna as a
/dev/random backend. The main question is how reliable are entropy
sources. And neither own libraries and implementation, nor OS ones can
not guarantee that they will be high quality enough, especially in
closed source systems.

But I will think about all that issues more. Thank you for pointing to
chaos based PRNGs!

-- 
Happy hacking, Sergey Matveev

[-- Attachment #2: Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-03 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-03 16:03 [Govpn-devel] goVPN PRNG Andreas Briese
2015-05-03 20:01 ` stargrave