Buszok

2.7K posts

Buszok banner
Buszok

Buszok

@buszok

💎 hunting | shitposting | working for my bags | $QST | $XMONEY $STRF

Katılım Mart 2014
113 Takip Edilen465 Takipçiler
Sabitlenmiş Tweet
Buszok
Buszok@buszok·
Is there any retirement play this cycle and why is it $QST? 🧵 1) What is @qu_stream ?👇 QuStream invented top1 secure quantum encryption algorithm without flaws of their existing competitors which allows to be used by all blockchains, medical data, banks, enterprises etc.
Buszok tweet media
English
15
32
72
11.3K
Andrew Côté
Andrew Côté@Andercot·
Six years ago it we thought it'd take 10 million qubits to break any Bitcoin public key. Four years ago it was 2 million qubits. 16 hours ago Google published a paper showing it can be done with 500,000 qubits in 20 minutes. Race is on. Top prize? $76 billion: Satoshi wallet
Andrew Côté tweet mediaAndrew Côté tweet media
English
238
196
2.5K
682.8K
Slikk Smith
Slikk Smith@SlikkSmith·
A funny sounding comment, a dangerous exposure via coffee machine, but this highlights the truly daunting task of remediation that lies ahead. Every device, IoT proliferation throughout our lives, all mitigated individually for the quantum threat? It could take years and still miss vital in-roads to your environment. Or...total mitigation via drop in use of a quantum-secure network. @qu_stream will be able to completely erase the migration effort in one swoop. The value of perfect secrecy along with easy implementation is not even close to priced in yet. Soon, though. $QST
Amara Graps@amaragraps

@AdrianGNeal Panel: 🪖 Defending ⚛️Post Quantum 🔢 Digital 👀 Reality @AdrianGNeal from @qu_stream “Your most vulnerable point in your organization is your coffee machine because it has been there for a long time and people have forgotten about it." #QSECDEF2026Paris

English
1
1
6
124
Will Corcoran
Will Corcoran@corcoranwill·
Today I had the opportunity to present Ethereum's post-quantum security strategy at the Institutional Ethereum Forum in NYC. 15 minutes to explain why every proof-of-stake blockchain faces the same signature aggregation problem — and what the EF is doing about it. We also launched pq.ethereum.org — a dedicated resource that brings together everything the PQ/Crypto teams have been working on: → How PQ impacts each protocol layer → The full PQ roadmap → Open resources — repos, specs, papers → FAQ — 14 questions we keep getting from institutions, now open-sourced → Interest form for the 2nd Annual PQ Research Retreat (Cambridge, Oct 2026) Huge thanks to @drakefjustin @tcoratger @asanso and the entire PQ team, the @leanEthereum client teams shipping devnets every week. Next week: Fort Mode in Cannes. pq.ethereum.org
Etherealize@Etherealize_io

On Monday in NYC: Etherealize will join 150+ executives from major US institutions at the Institutional Ethereum Forum, hosted by @ethereumfndn. $250+ trillion in assets represented in one room to discuss Ethereum's role as infrastructure for the future of finance.

English
102
147
722
167.1K
Buszok retweetledi
QuStream
QuStream@qu_stream·
Some of the most important work in quantum-proof security isn’t public yet. Our CEO, Adrian Neal, presenting at Nokia’s Swiss Innovation Day today. The pieces are coming together.
QuStream tweet mediaQuStream tweet media
English
16
39
103
7.7K
Buszok retweetledi
QuStream
QuStream@qu_stream·
Most encryption will not be broken in the future. It will be collected today and decrypted later. This is the real risk behind quantum computing. And it is already happening. 🧵
QuStream tweet media
English
15
12
46
1.4K
Buszok
Buszok@buszok·
@EliBenSasson Indeed . Proper solution is already here . World’s first Quantum ITS . Soon in mainstream @qu_stream
English
0
0
3
45
Eli Ben-Sasson | Starknet.io
Eli Ben-Sasson | Starknet.io@EliBenSasson·
The threat that quantum computers pose to Bitcoin is not binary: it's not the case that Bitcoin is only at risk if a quantum computer exists, and it's safe as long as a QC hasn't appeared yet. No. Disregarding the possibility that quantum computers will become a reality threatens the confidence people have in Bitcoin. We can stop this threat. The first step is to acknowledge it. The second step is to look for solutions (which exist).
English
23
8
63
4.4K
Slikk Smith
Slikk Smith@SlikkSmith·
Having your quantum secure algorithm implemented into a hardware provider's network layer is a far cry from "flexing quantum hardware" as you put it. If all you can do is highly doubt without a cursory glance to understand what it is that's being discussed, I don't know if you're using the tools at your disposal effectively.
English
4
0
2
38
vitalik.eth
vitalik.eth@VitalikButerin·
Now, the quantum resistance roadmap. Today, four things in Ethereum are quantum-vulnerable: * consensus-layer BLS signatures * data availability (KZG commitments+proofs) * EOA signatures (ECDSA) * Application-layer ZK proofs (KZG or groth16) We can tackle these step by step: ## Consensus-layer signatures Lean consensus includes fully replacing BLS signatures with hash-based signatures (some variant of Winternitz), and using STARKs to do aggregation. Before lean finality, we stand a good chance of getting the Lean available chain. This also involves hash-based signatures, but there are much fewer signatures (eg. 256-1024 per slot), so we do not need STARKs for aggregation. One important thing upstream of this is choosing the hash function. This may be "Ethereum's last hash function", so it's important to choose wisely. Conventional hashes are too slow, and the most aggressive forms of Poseidon have taken hits on their security analysis recently. Likely options are: * Poseidon2 plus extra rounds, potentially non-arithmetic layers (eg. Monolith) mixed in * Poseidon1 (the older version of Poseidon, not vulnerable to any of the recent attacks on Poseidon2, but 2x slower) * BLAKE3 or similar (take the most efficient conventional hash we know) ## Data availability Today, we rely pretty heavily on KZG for erasure coding. We could move to STARKs, but this has two problems: 1. If we want to do 2D DAS, then our current setup for this relies on the "linearity" property of KZG commitments; with STARKs we don't have that. However, our current thinking is that it should be sufficient given our scale targets to just max out 1D DAS (ie. PeerDAS). Ethereum is taking a more conservative posture, it's not trying to be a high-scale data layer for the world. 2. We need proofs that erasure coded blobs are correctly constructed. KZG does this "for free". STARKs can substitute, but a STARK is ... bigger than a blob. So you need recursive starks (though there's also alternative techniques, that have their own tradeoffs). This is okay, but the logistics of this get harder if you want to support distributed blob selection. Summary: it's manageable, but there's a lot of engineering work to do. ## EOA signatures Here, the answer is clear: we add native AA (see eips.ethereum.org/EIPS/eip-8141 ), so that we get first-class accounts that can use any signature algorithm. However, to make this work, we also need quantum-resistant signature algorithms to actually be viable. ECDSA signature verification costs 3000 gas. Quantum-resistant signatures are ... much much larger and heavier to verify. We know of quantum-resistant hash-based signatures that are in the ~200k gas range to verify. We also know of lattice-based quantum-resistant signatures. Today, these are extremely inefficient to verify. However, there is work on vectorized math precompiles, that let you perform operations (+, *, %, dot product, also NTT / butterfly permutations) that are at the core of lattice math, and also STARKs. This could greatly reduce the gas cost of lattice-based signatures to a similar range, and potentially go even lower. The long-term fix is protocol-layer recursive signature and proof aggregation, which could reduce these gas overheads to near-zero. ## Proofs Today, a ZK-SNARK costs ~300-500k gas. A quantum-resistant STARK is more like 10m gas. The latter is unacceptable for privacy protocols, L2s, and other users of proofs. The solution again is protocol-layer recursive signature and proof aggregation. So let's talk about what this is. In EIP-8141, transactions have the ability to include a "validation frame", during which signature verifications and similar operations are supposed to happen. Validation frames cannot access the outside world, they can only look at their calldata and return a value, and nothing else can look at their calldata. This is designed so that it's possible to replace any validation frame (and its calldata) with a STARK that verifies it (potentially a single STARK for all the validation frames in a block). This way, a block could "contain" a thousand validation frames, each of which contains either a 3 kB signature or even a 256 kB proof, but that 3-256 MB (and the computation needed to verify it) would never come onchain. Instead, it would all get replaced by a proof verifying that the computation is correct. Potentially, this proving does not even need to be done by the block builder. Instead, I envision that it happens at mempool layer: every 500ms, each node could pass along the new valid transactions that it has seen, along with a proof verifying that they are all valid (including having validation frames that match their stated effects). The overhead is static: only one proof per 500ms. Here's a post where I talk about this: ethresear.ch/t/recursive-st… firefly.social/post/farcaster…
English
804
1K
5.7K
913.6K
Strange Attractor
Strange Attractor@AiEmpaths·
@buszok @VitalikButerin @qu_stream i fucking highly doubt that ..... you got persistent topology/ quantum kernel that can map geometric intelligence protecting Ethereum in real-time??????????????
English
1
0
0
30
@misconfig_exe ~ EZ_Algo Partner
@misconfig_exe ~ EZ_Algo Partner@misconfig_exe·
Quantum is basically Y2K20s. The problem will be resolved. HOWEVER: Fear will produce losses in market value (buying opportunities). This will then produce incentives to implement solutions. That will produce massive investment. Once resolved, crypto-assets will pump. See Y2K
Charles Edwards@caprioleio

Bitcoin Quantum threat is largely still being dismissed unfortunately. Likely means we have to see more pain until people educate themselves first

English
3
0
4
1.1K
J trader
J trader@jtrader·
@grok give me a list of those projects @grok
English
8
1
82
303.3K
J trader
J trader@jtrader·
Hey @grok What’s the modern equivalent of buying Bitcoin in 2010 that nobody takes seriously yet?
English
91
35
975
2M
Buszok retweetledi
QuStream
QuStream@qu_stream·
Paris. March 24. @QSECDEF 2026. ⚛️ QuStream is presenting a new standard for data sovereignty. We help nations and enterprises move beyond temporary patches to permanent, quantum-proof infrastructure. Follow our mission to secure the global digital economy. 🛡️
QuStream tweet media
English
3
16
60
1.9K
Buszok
Buszok@buszok·
When qustream CEO answers on ur fud😁
Adrian Neal@AdrianGNeal

Anything that we are planning to deploy, and the security claims for that particular deployment, would be a matter for the client and ourselves. Only when the client is satisfied with our offering, after completing their own due diligence process, would a deployment commence. These are going to be commercially confidential, so are not public. If you are unhappy with the general claims made, you need not participate in the project any further, but since you do not have any knowledge of the products being offered to potential clients (because that is confidential), any claim you make that we in some way are misrepresenting our offering, is unproven at best, and defamatory at worst. Our product offering is derived from the research that we have published - the core research has been academically peer reviewed and published by Springer, so I do not know how much more transparent we could have been. We offer our research as an open book - if you understand what we are offering, come talk to us, if not, no worries. We make no claim that you can not judge for yourself - if you think our claim is wrong, that is you right, however, other, exceptionally intelligent people (in my opinion), including a few professors, do not share your view, and have validated, yet further, our claims. My suspicion is that you have some particular motive that we do not see, that appears to be driving your outburst, but you're not the first, and you won't be the last. Very shortly, we will be going public with a combined commercial offering with a number multi-nationals - I can promise you, they know exactly what they are doing - they have done' their homework - and they have chosen to embrace Q-Stream - one of them may even acquire the exclusive IP rights to the protocol...... then you will need to be very careful about what you say going forward - as they may not be as amused about your comments as I am. So, for now, lets leave it here; I will not waste any more of time on this nonsense - I have given you a fair and just reply to your false accusations.

English
0
0
4
132
Buszok retweetledi
PsyopAnime
PsyopAnime@PsyopAnime·
The great Bitcoin dump of February 2026. Compilation of real time anime clips put together.
English
488
1.9K
10.5K
844.4K
Buszok retweetledi
QuStream
QuStream@qu_stream·
Stop looking at the surface. Most security only fixes small problems. QuStream builds a deep foundation that cannot be broken. We move beyond temporary updates to permanent protection. See how deep our technology goes. 🛡️
QuStream tweet media
QuStream@qu_stream

Yesterday we teased the move to a cipher suite. Today, we open the book. This modular framework proves QuStream is ready for high-stakes networks. We’re sharing the receipts to show exactly how physics-backed security eliminates the single point of failure.

English
1
8
46
1.5K
Buszok retweetledi
QuStream
QuStream@qu_stream·
QuStream is heading to Swiss Innovation Day 2026 for @Nokia's Quantum Safe Networking summit. ⚛️🇨🇭 @AdrianGNeal is joining the front lines to discuss the future of critical infrastructure & long-term security. Relevant news coming soon.
QuStream tweet media
English
17
22
67
2.8K