TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cryptography with Cellular Automata (1985) [pdf]

67 pointsby Cieplakover 7 years ago

5 comments

JoeDaDudeover 7 years ago
Anyone wanting to tinker with Cellular Automata may be interested in Golly [1], an open source cellular automata simulator which allows you to play with different neighborhoods and rules and see the results.<p>[1]. <a href="http:&#x2F;&#x2F;golly.sourceforge.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;golly.sourceforge.net&#x2F;</a>
0xFFCover 7 years ago
Can anybody explain concepts of Cellular Automata?<p>I am familiar with DFA, NFAs. But I always had problem understanding Cellular Automata and it’s usage.
评论 #15559973 未加载
评论 #15560414 未加载
评论 #15559686 未加载
评论 #15557997 未加载
评论 #15558842 未加载
评论 #15560109 未加载
评论 #15560845 未加载
DonHopkinsover 7 years ago
If you like Wolfram&#x27;s state transition diagrams in figure 2, you&#x27;ll love Andrew Wuensche and Mike Lesser published a gorgeous coffee table book entitled &quot;The Global Dynamics of Cellular Automata&quot;.<p>I wrote some stuff in an earlier discussion about how the state transition diagrams in that book illustrate &quot;Garden of Eden&quot; configurations and &quot;Basins of Attraction&quot;, to which I&#x27;ll link and repeat here:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14468707" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14468707</a><p>There&#x27;s a thing called a &quot;Garden of Eden&quot; configuration that has no predecessors, which is impossible to get to from any other possible state.<p>For a rule like Life, there are many possible configurations that must have been created by God or somebody with a bitmap editor (or somebody who thinks he&#x27;s God and uses Mathematica as a bitmap editor, like Stephen Wolfram ;), because it would have been impossible for the Life rule to evolve into those states. For example, with the &quot;Life&quot; rule, no possible configuration of cells could ever evolve into all cells with the value &quot;1&quot;.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Garden_of_Eden_(cellular_automaton)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Garden_of_Eden_(cellular_autom...</a><p>For a rule that simply sets the cell value to zero, all configurations other than pure zeros are garden of eden states, and they all lead directly into a one step attractor of all zeros which always evolves back into itself, all zeros again and again (the shortest possible attractor loop that leads directly to itself).<p>There is a way of graphically visualizing that global rule state space, which gives insight into the behavior of the rule and the texture and complexity of its state space!<p>Andrew Wuensche and Mike Lesser published a gorgeous coffee table book entitled &quot;The Global Dynamics of Cellular Automata&quot; that plots out the possible &quot;Garden of Eden&quot; states and the &quot;Basins of Attraction&quot; they lead into of many different one-dimensional cellular automata like rule 30.<p><a href="http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;gdca.html" rel="nofollow">http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;gdca.html</a><p>The beautiful color plates begin on page 79 in the free pdf file:<p><a href="http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;downloads&#x2F;papers&#x2F;global_dynamics_of_CA.pdf" rel="nofollow">http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;downloads&#x2F;papers&#x2F;global_dyn...</a><p>I&#x27;ve uploaded the money shots to imgur:<p><a href="http:&#x2F;&#x2F;imgur.com&#x2F;gallery&#x2F;s3dhz" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;gallery&#x2F;s3dhz</a><p>Those are not pictures of 1-d cellular automata rule cell states on a grid themselves, but they are actually graphs of the abstract global state space, showing merging and looping trajectories (but not branching since the rules are deterministic -- time flows from the garden of eden leaf tips around the perimeter into (then around) the basin of attractor loops in the center, merging like springs (GOE) into tributaries into rivers into the ocean (BOA)).<p>The rest of the book is an atlas of all possible 1-d rules of a particular rule numbering system (like rule 30, etc), and the last image is the legend.<p>He developed a technique of computing and plotting the topology network of all possible states a CA can get into -- tips are &quot;garden of eden&quot; states that no other states can lead to, and loops are &quot;basins of attraction&quot;.<p>Here is the illustration of &quot;rule 30&quot; from page 144 (the legend explaining it is the last photo in the above album). [I am presuming it&#x27;s using the same rule numbering system as Wolfram but I&#x27;m not sure -- EDIT: I visually checked the &quot;space time pattern from a singleton seed&quot; thumbnail against the illustration in the article, and yes it matches rule 30!]<p><a href="http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;lKAbP" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;lKAbP</a><p>&quot;The Global Dynamics of Cellular Automata introduces a powerful new perspective for the study of discrete dynamical systems. After first looking at the unique trajectory of a system&#x27;s future, an algoritm is presented that directly computes the multiple merging trajectories of the systems past. A given cellular automaton will &quot;crystallize&quot; state space into a set of basins of attraction that typically have a topology of trees rooted on attractor cycles. Portraits of these objects are made accessible through computer generated graphics. The &quot;Atlas&quot; presents a complete class of such objects, and is inteded , with the accompanying software, as an aid to navigation into the vast reaches of rule behaviour space. The book will appeal to students and researchers interested in cellular automata, complex systems, computational theory, artificial life, neural networks, and aspects of genetics.&quot;<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Attractor" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Attractor</a><p>&quot;Basins of attraction in cellular automata&quot;, by Andrew Wuensche:<p><a href="http:&#x2F;&#x2F;onlinelibrary.wiley.com&#x2F;doi&#x2F;10.1002&#x2F;1099-0526(200007&#x2F;08)5:6%3C19::AID-CPLX5%3E3.0.CO;2-J&#x2F;full" rel="nofollow">http:&#x2F;&#x2F;onlinelibrary.wiley.com&#x2F;doi&#x2F;10.1002&#x2F;1099-0526(200007&#x2F;...</a><p>&quot;To achieve the global perspective. I devised a general method for running CA backwards in time to compute a state&#x27;s predecessors with a direct reverse algorithm. So the predecessors of predecessors, and so on, can be computed, revealing the complete subtree including the &quot;leaves,&quot; states without predecessors, the so-called “garden-of-Eden&quot; states.<p>Trajectories must lead to attractors in a finite CA, so a basin of attraction is composed of merging trajectories, trees, rooted on the states making up the attractor cycle with a period of one or more. State-space is organized by the &quot;physics&quot; underlying the dynamic behavior into a number of these basins of attraction, making up the basin of attraction field.&quot;<p>If you like the book, you&#x27;ll love the code!<p><a href="http:&#x2F;&#x2F;www.ddlab.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.ddlab.com&#x2F;</a><p><a href="http:&#x2F;&#x2F;www.ddlab.com&#x2F;screensave3.png" rel="nofollow">http:&#x2F;&#x2F;www.ddlab.com&#x2F;screensave3.png</a><p><a href="http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;2006_ddlab_slides1.pdf" rel="nofollow">http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;2006_ddlab_slides1.pdf</a><p><a href="http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;meta.html" rel="nofollow">http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;meta.html</a><p><a href="http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;boa_idea.html" rel="nofollow">http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;boa_idea.html</a><p><a href="http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;downloads&#x2F;papers&#x2F;2008_dd_overview_preprint.pdf" rel="nofollow">http:&#x2F;&#x2F;uncomp.uwe.ac.uk&#x2F;wuensche&#x2F;downloads&#x2F;papers&#x2F;2008_dd_ov...</a>
hankensteinover 7 years ago
The subjective similarity between the randomness generated by CA and the distribution of prime numbers is uncanny. There&#x27;s got to be some CA that generates them.
评论 #15558786 未加载
评论 #15559801 未加载
robmayover 7 years ago
Is there a use here for blockchains? Could you link block to block with a CA function or would that be weaker than the current approach that bitcoin uses?