PRiZM 密码学的基本知识
7 Mar 2020 1 minute read 0 comments PRiZM
Prizm中的密钥交换基于Curve25519算法,该算法使用Diffie-Hellman的快速高效椭圆形曲线 (具有高度保护)来生成共享秘密。 该算法由 Daniel J. Bernstein于2006年首次演示。接下来的 Java实 现 由 Evil医 生 在 2014年 3月 进 行 了 审查。Prizm中的消息签名使用椭圆曲...
7 Articles 0 Followers
7 Mar 2020 1 minute read 0 comments PRiZM
Prizm中的密钥交换基于Curve25519算法,该算法使用Diffie-Hellman的快速高效椭圆形曲线 (具有高度保护)来生成共享秘密。 该算法由 Daniel J. Bernstein于2006年首次演示。接下来的 Java实 现 由 Evil医 生 在 2014年 3月 进 行 了 审查。Prizm中的消息签名使用椭圆曲...
3 Mar 2020 1 minute read 0 comments PRiZM
1: "Nothing at stake"In the "nothing is at stake" attack, forgers try to build blocks on top of all the forks they see because it costs them almost nothing, and because ignoring any fork can mean losing on the block the rewards that would be earned i...
2 Mar 2020 1 minute read 0 comments PRiZM
The key exchange in Prizm is based on the Curve25519 algorithm, which generates a shared secret using Diffie-Hellman's fast efficient elliptic curve with a high degree of protection. The algorithm was first demonstrated by Daniel J. Bernstein in 2006...
1 Mar 2020 2 minute read 3 comments PRiZM
Prizm implements a smart wallet as part of its design: all accounts are stored on the network with personal keys for each possible account address, directly derived from the code phrase of each account using a combination of operations SHA256 and Cur...
1 Mar 2020 2 minute read 0 comments PRiZM
The rate of new coins mining using ParaMining is calculated from three main parameters, which are the number of coins in a personal wallet,the number of coins in followers' wallets up to 88 levels, and the mining difficulty factor. The difficulty fac...
29 Feb 2020 2 minute read 0 comments PRiZM
Network nodePrizm network node is any device that makes a transaction or block data into thenetwork. Any device with the PZM software is treated as a node. Nodes can be divided into two types: marked and regular.- Marked- Regular A marked node is sim...
27 Feb 2020 1 minute read 0 comments PRiZM
Each block in the chain has a signature generation parameter. To participate in the forging process of a block, the active account cryptologically signs the previous generated block with its own public key. This creates a 64-byte signature that is th...