情報開発と利活用

情報開発と利活用

PR

×

Profile

令和維新

令和維新

Favorite Blog

2026年9月7日の朝食 New! 藻緯羅さん

源氏物語〔36帖 横笛… New! USM1さん

🌹新作「北方領土奪… New! 神風スズキさん

直方駅から見たD60、… New! GKenさん

今からでも間に合う… ミナト@暗号通貨さん

Category

カテゴリ未分類

(112)

連絡

(24)

交流会

(27)

セミナー

(29)

参考情報

(138)

オフ会

(36)

on-line報告会

(13)

翻訳ビジネス

(8)

情報開発

(270)

ビッグデータ

(89)

ブロックチェーン

(253)

人工知能

(562)

IOT

(308)

仮想通貨

(878)

コンテンツ

(128)

政治経済

(1987)

先端技術

(975)

DITA

(53)

テレワーク

(28)

UX

(0)

文書管理

(9)

テクニカルライテイング

(25)

学習

(9)

訓練

(1)

XMLソリューション

(3)

メタバース

(101)

Web3

(69)

投資

(200)

IoT

(34)

投資信託

(1)

ビットコイン

(818)

イーサリアム

(163)

NFT

(41)

オンライン

(0)

受動収入

(14)

ソーシャルメデイア

(0)

DAO

(2)

DeFi

(79)

暗号通貨

(168)

トークノミクス

(23)

アルトコイン

(234)

空中投下

(16)

スマート契約

(4)

ステーブルコイン

(43)

(5)

生成AI

(5)

SCM

(4)

ウオレット

(9)

不労所得

(60)

セキュリテイ

(4)

ミームコイン

(51)

CBDC

(5)

PoS

(3)

PoW

(1)

ETF

(15)

仮想通貨ETF

(1)

予言

(7)

裁定取引

(1)

GameFi

(5)

マイニング

(10)

RWA

(25)

DePIN

(22)

SWFT

(1)

WLFI

(1)

アービトラージ

(7)

XRP

(67)

大統領選

(4)

BCH

(1)

取引ボット

(17)

トレーデイング

(55)

不動産

(1)

詐欺

(4)

貿易戦争

(1)

医療

(1)

金融

(2)

TEZOS

(1)

CARDANO

(2)

カルダーノ

(3)

ステーキング

(5)

チェーンリンク

(1)

開発

(0)

HEDERA

(4)

スマートマネー

(0)

流動性

(0)

AIエージェント

(22)

401k

(1)

国際送金

(1)

solano

(1)

AI

(1)

暗号資産

(90)

機関投資家

(5)

量子コンピューター

(5)

AIエージェント

(1)

ドキュメンテーション

(2)

AIトレーデイング

(1)

トークン化株式

(1)

Keyword Search

▼キーワード検索

Shopping List

お買いものレビューがまだ書かれていません。
2025.01.25
XML
カテゴリ: セキュリテイ
Zero-Knowledge Proofs Simplified: Unveiling Secrets Without Revealing Them
ゼロ知識証明の簡素化:秘密を明かさずに明らかにする
Zero-knowledge proof (zk proof or ZKP) is, in simple terms, a proof that separates knowledge from verification.
ゼロ知識証明(zk証明またはZKP)は、簡単に言えば、知識と検証を分離する証明


Zero-Knowledge Proof ゼロ知識証明


Marko Vidrih
マルコ・ヴィドリ

Mar 25, 2024
2024年3月25日

Abstract:
要約:

This article introduced a simplified method for achieving zero-knowledge proofs for general Boolean circuits. It highlights the versatility of zero-knowledge proofs, showcasing their ability to prove knowledge of various secrets without revealing them. While the method presented here is computationally expensive, it serves as a foundation for understanding how zero-knowledge proofs work in principle. Modern cryptographic systems leverage more efficient techniques to make this powerful tool practical for real-world applications.
この記事では、一般的なブール回路のゼロ知識証明を達成するための簡略化された方法を紹介しました。ゼロ知識証明の汎用性を強調し、さまざまな秘密の知識を明かさずに証明する能力を示しています。ここで紹介する手法は計算コストがかかりますが、ゼロ知識証明が原理的にどのように機能するかを理解するための基礎として機能します。現代の暗号化システムは、より効率的な手法を活用して、この強力なツールを実際のアプリケーションで実用的にしています。

There’s been a surge of interest in zero-knowledge proofs, particularly in blockchain technology. They underpin the privacy features of cryptocurrencies like Zcash and Monero. But what exactly are these cryptographic marvels?
ゼロ知識証明、特にブロックチェーン技術への関心が急上昇しています。これらは、ZcashやMoneroなどの暗号通貨のプライバシー機能を支えています。しかし、これらの暗号化驚異とは正確には何でしょうか?

While numerous articles explain zero-knowledge proofs, they often cater to a niche audience. Some are heavy on math, while others focus on specific, limited scenarios. This article cuts through the noise to answer a fundamental question: what can be proven with a zero-knowledge proof?
ゼロ知識証明について解説している記事は数多くありますが、多くの場合、ニッチな読者を対象としています。数学に重点を置いているものもあれば、特定の限られたシナリオに焦点を当てているものもあります。この記事では、雑音をはねのけて、「ゼロ知識証明で何を証明できるのか」という基本的な質問に答えます。

In short, almost anything. In cryptography, a zero-knowledge proof allows one party (the prover) to convince another (the verifier) that they possess a secret solution to a problem, without revealing the solution itself. Imagine proving you know the pre-image of a hash function, the private key to a public key, or the specific transactions that maintain blockchain integrity — all without divulging any details!
要するに、ほとんどすべて。暗号学では、ゼロ知識証明により、一方の当事者(証明者)が他方の当事者(検証者)に、問題に対する秘密の解決策を持っていることを納得させることができますが、解決策自体は明らかにしません。ハッシュ関数のプレイメージ、公開鍵の秘密鍵、またはブロックチェーンの完全性を維持する特定のトランザクションを知っていることを証明するのを想像してみてください。​​

――――――――――――――――――続く――――――――――――――――――

下記URLから続きを読むことができます。また、図付きの元のレイアウトで読める原文ファイルも入手可能。今日から1か月間、ファイルは割引価格200円で取り寄せられますが、その後、600円に値上げします。
​https://note.com/tongansunmi/n/n53034bc9c8cb?sub_rt=share_pb
​​

==============================
インターネット・コンピュータランキング ==============================
ネットサービスランキング

==============================

[商品価格に関しましては、リンクが作成された時点と現時点で情報が変更されている場合がございます。]

PlayStation5 Pro
価格:119,980円(税込、送料無料)  (2024/10/2時点)

[商品価格に関しましては、リンクが作成された時点と現時点で情報が変更されている場合がございます。]

​​​​​






お気に入りの記事を「いいね!」で応援しよう

Last updated  2025.01.26 08:33:12
コメント(0) | コメントを書く


【毎日開催】
15記事にいいね!で1ポイント
10秒滞在
いいね! -- / --
おめでとうございます!
ミッションを達成しました。
※「ポイントを獲得する」ボタンを押すと広告が表示されます。
x
X

© Rakuten Group, Inc.
X
Mobilize your Site
スマートフォン版を閲覧 | PC版を閲覧
Share by: