ConceptioArchiveGoogle Patents
Google Patentsopen access

Cryptographic system using pairing with errors — Jintai Ding (USRE48644E1)

Jintai Ding · Google Patents
Google Patents · Patents · License: Open Access
Open Source ↗
jintaiding
patent, google patents, intellectual property, USRE48644E1, Jintai Ding, en, 2021

ABSTRACT

Abstract

Using the same mathematical principle of paring with errors, which can be viewed as an extension of the idea of the LWE problem, this invention gives constructions of a new key exchanges system, a new key distribution system and a new identity-based encryption system. These new systems are efficient and have very strong security property including provable security and resistance to quantum computer attacks.

Description

CROSS-REFERENCE TO RELATED APPLICATIONS

More than one reissue application has been filed for the reissue of U.S. Pat. No. 9,246,675. The reissue applications are U.S. application Ser. No. 16/678,383 (the present application and a divisional reissue), Ser. No. 16/678,335 (a divisional reissue), and Ser. No. 15/881,531 (granted as U.S. Pat. No. RE 47,841E1), all of which are reissue applications of U.S. Pat. No. 9,246,675.

U.S. Pat. No. 9,246,675, which issued on Jan. 26, 2016, is the National Stage of International Application No. PCT/CN2013/074053 filed on Apr. 11, 2013, which claims benefit under 35 U.S.C. § 119(e) of Provisional U.S. Patent Application No. 61/623,272, filed on Apr. 12, 2012, the disclosures of which are hereby incorporated by reference in their entireties.

The present disclosure claims priority to the U.S. provisional patent application with Ser. No. 61/623,272, entitled “New methods for secure communications and secure information systems”, filed Apr. 12, 2012 and PCT application with the same title and the PCT number PCT/CN2013/074053 filed on Apr. 11, 2013, which is incorporated herein by reference in its entirety and for all purposes.

BACKGROUND

This invention is related to the construction of cryptographic systems, in particular, key exchange (KE) systems, key distribution (KD) systems and identity-based-encryption (IBE) systems, which are based on essentially the same mathematical principle, pairing with errors.

In our modern communication systems like Internet, cell phone, and etc, to protect the secrecy of the information concerned, we need to encrypt the message. There are two different ways to do this. In the first case, we use symmetric cryptosystems to perform this task, where the sender uses the same key to encrypt the message as the key that the receiver uses to decrypt the message. Symmetric systems demand that the sender and the receiver have a way to exchange such a shared key securely. In an open communication channel without any central authority, like wireless communication, this demands a way to perform such a key exchange (KE) in the open between two parties. In a system with a central server, like a cell phone system within one cell company, this demands an efficient and scalable key distribution (KD) system such that any two users can derive a shared key via the key distribution (KD) system established by the central server. Therefore it is important and desirable that we have secure and efficient KE systems and KD systems. The first KE system was proposed by Diffie and Hellman [DiHe], whose security is based on the hardness of discrete logarithm problems. This system can be broken by future quantum computers as showed in the work of Shor [SHO]. There are many key-distribution systems including the system using pairing over quadratic forms [BSHKVY], and the one based on bilinear paring over elliptic curves by Boneh and Boyen (in U.S. Pat. No. 7,590,236). But the existing systems have either the problem of computation efficiency or scalability. For instance, the bilinear paring over elliptic curves is very computationally intensive.

In the second case, we use asymmetric systems, namely public key cryptographic systems, for encryption, where the receiver has a set of a public key and a private key, and the sender has only the public key. The sender uses the public key to encrypt messages, the receiver uses the private key to decrypt the messages and only the entity who has the private key can decrypt the messages. In an usual public key system, we need to make sure the authenticity of the public keys and therefore each public key needs to have a certificate, which is a digital signature provided by a trusted central authority. The certificate is used to verify that the public key belongs to the legitimate user, the receiver of a message. To make public key encryption system fully work, we need to use such a system, which is called a public key infrastructure (PKI) system.

In 1984, Shamir proposed another kind of public key encryption system [SHA]. In this new system, a person or an entity's public key is generated with a public algorithm from the information that can identify the person or the entity uniquely. For example, in the case of a person, the information may include the person's name, residential address, birthday, finger print information, e-mail address, social security number and etc. Since the public key is determined by the public information that can identify the person, this type of public key cryptosystem is called an identity-based encryption (IBE) system.

There are a few Identity-based-encryption (IBE) public key cryptosystems, and currently, the (best) one being practically used is the IBE system based on bilinear paring over elliptic curves invented by Boneh and Franklin (in U.S. Pat. No. 7,113,594). In IBE systems, a sender encrypts a message for a given receiver using the receiver's public key based on the identity of the receiver. The receiver decrypts the message using the receiver's private key. The receiver obtains the private key from a central server, which has a system to generate and distribute the IBE private key for the legitimate user securely. An IBE system does not demand the sender to search for the receiver's public key, but rather, a sender in an IBE system derives any receiver's corresponding public key using an algorithm on the information that identifies the receiver, for example, an email address, an ID number or other information. Current IBE systems are very complicated and not efficient in terms of computations, since the bilinear paring over elliptic curves is very computationally intensive. These systems based on pairing over elliptic curves can also be broken efficiently if we have a quantum computer as showed in the work of Shor [SHO]. There are also constructions based on lattices, but those are also rather complicated systems for applications [ABB] [ABVVW] [BKPW]. Therefore it is important and desirable that we have secure and efficient IBE systems.

Clearly, there are still needs for more efficient and secure KE, KD and IBE systems for practical applications.

BRIEF SUMMARY OF THE INVENTION

This invention first contains a novel method for two parties A and B to perform an secure KE over an open communication channel. This method is based on the computation of pairing of the same bilinear form in two different ways but each with different small errors. In the KE process, each users will choose a private matrix S A , S B respectively with small entries following certain error distributions secretly and a public matrix M randomly. Then each user will compute the multiplication of the user's secret matrix with the publicly chosen matrix but with small errors, exchange the new matrices, and then perform the computation of pairing of S A and S B over the same bilinear form based on M in two different ways but each with different small errors. This kind of mathematical computation is called pairing with errors. The shared key is derived from the pairings with a rounding technique. This method can be viewed as an extension of the idea of the learning with errors (LWE) problem discovered by Regev in 2005 [Reg]. The security of this system depends the hardness of certain lattice problem, which can be mathematically proven hard [DiLi]. This system involves only matrix multiplication and therefore is very efficient. Such a system can also resist the future quantum computer attacks.

This invention second contains a novel method to build a KD system with a central server or authority. In this system, the central server or authority assigns each user i a public ID as a matrix A i with small entries or establish the ID of each user as a matrix A i with small entries following certain error distributions with the information that can identify the user uniquely, and, in a secure way, gives each user a private key based on certain multiplication of this ID matrix with the central server or authority's secret master key M, another matrix, but with small errors. Then any two users in the system will compute the pairing of the two ID matrices of the users with the same bilinear form based on the master key matrix M in two different ways but each with different small errors to derive a shared key between these two users with certain rounding technique. This method can be viewed as an extension of the idea of the learning with error problem discovered by Regev in 2005 [Reg]. The security of this system depends on the hardness of the problem related to pairing with errors. This system involves only matrix multiplication and therefore is very efficient.

This invention third contains a novel method to build a IBE system with a central server or authority. In this system, the central server or authority assigns each user i a public ID A i as a matrix with small entries following certain certain error distributions or establish the ID of each user as a matrix with small entries following certain certain error distributions with the information that can identify the user uniquely. Each user is given by the central server or authority a private key S i based on certain multiplication of this ID matrix with the central server or authority's master private key S, another matrix, but with errors related to one part of the master public key M, another matrix. The central server or authority will establish another half of the mater key as the multiplication of M and S with small errors, which we call M 1 . Then any user who wishes to send the user i a message in the system will compute public key of i which consists of M and a paring of M and A i of the bilinear form based on the master secret key matrix S, then encrypt the message using the encryption system based on the MLWE problem, and the user i will use the secret key S i to decrypt the message. This method can be viewed as an extension of the idea of the learning with error problem discovered by REGEV in 2005. The security of this system depends the harness of certain lattice problem, which can be mathematically proven hard. This system involves only matrix multiplication and therefore is very efficient.

In our constructions, we can replace matrices by elements in ideal lattice, and we can also use other type of rounding techniques. We can also build the system in a distributed way where several servers can work together to build KD and IBE systems.

In short, we use the same mathematical principle of paring with errors, which can be viewed as an extension of the idea of the LWE problem, to build secure and more efficient KE, KD and IBE systems.

Though this invention has been described with specific embodiments thereof, it is clear that many variations, alternatives, modifications will become apparent to those who are skilled in the art of cryptography. Therefore, the preferred embodiments of the invention as set forth herein, are intended to be illustrative, not limiting. Various changes may be made without departing from the scope and spirit of the invention as set forth herein and defined in the claims. The claims in this invention are based on the U.S. provisional patent application with Ser. No. 61/623,272, entitled “New methods for secure communications and secure information systems”, filed Apr. 12, 2012, only more technical details are added.

DETAILED DESCRIPTION OF THE INVENTION

1.1 The Basic Idea of Pairing with Errors

The learning with errors (LWE) problem, introduced by Regev in 2005 [Reg], and its extension, the ring learning with errors (RLWE) problem [LPR] have broad application in cryptographic constructions with some good provable secure properties. The main claim is that they are as hard as certain worst-case lattice problems and hence the related cryptographic constructions.

A LWE problem can be described as follows. First, we have a parameter n, a (prime) modulus q, and an error probability distribution n on the finite ring (field) F q with q elements. To simplify the exposition, we will take q to be a odd prime and but we can also work on any whole number except that we may need to make slight modifications.

In F q , each element is represented by the set {−(q−1)/2, . . . , 0, . . . , (q−1)/2}. In this exposition, by “an error” distribution, we mean a distribution we mean a distribution such that there is a high probability we will select an element, which is small. There are many such selections and the selection directly affect the security of the system. One should select good error distribution to make sure the system works well and securely.

Let Π S,κ , on F q be the probability distribution obtained by selecting an element A in F q n randomly and uniformly, choosing e ϵF q according to κ, and outputting (A, <A, S>+e), where + is the addition that is performed in F q . An algorithm that solves the LWE problem with modulus q and error distribution κ, if, for any S in F q n , with an arbitrary number of independent samples from Π S,κ , it outputs S (with high probability).

To achieve the provable security of the related cryptographic constructions based on the LWE problem, one chooses q to be specific polynomial functions of n, that is q is replaced by a polynomial functions of n, which we will denote as q(n), κ to be certain discrete version of normal distribution centered around 0 with the standard deviation σ=αq≥√{square root over (n)}, and elements of F q are represented by integers in the range [−(q 1)/2, (q 1)/2)], which we denote as κ σ .

In the original encryption system based on the LWE problem, one can only encrypt one bit a time, therefore the system is rather inefficient and it has a large key size. To further improve the efficiency of the cryptosystems based on the LWE problem, a new problem, which is a LWE problem based on a quotient ring of the polynomial ring F q [x] [LPR], was proposed. This is called the ring LWE (RLWE) problem. In the cryptosystems based on the RLWE problem, their security is reduced to hard problems on a subclass of lattices, the class of ideal lattices, instead of general lattices.

Later, a new variant of LWE was proposed in [ACPS]. This variant of the LWE problem is based on the LWE problem. We will replace a vector A with a matrix A of size m×n, and S also with a matrix of size n×1, such that they are compatible to perform matrix multiplication A×S. We also replace e with a compatible matrix of size m×1. We will work on the same finite field with q elements.

To simplify the exposition, we will only present, in detail, for the case where A is a square matrices of the size n×n and, S and e of the size n×1.

Let Π S,κ

n , over F q be the probability distribution obtained by selecting an n×n matrix A, whose each entry are chosen in F q uniformly and independently, choosing e as a n×1 vector over F q with entries chosen according to certain error distribution κ n , for example, each entries follows an error distribution n independently, and outputting (A, A×S+e), where + is the addition that is performed in F q n . An algorithm that solves a LWE with modulus q and error distribution κ n , if, for any vector S in F q n , with any number of independent sample(s) from Π S,κ

n , it outputs S (with high probability).

For the case that we choose a small S, namely entries of S are chosen independently according to also the error distribution κ n , we call this problem a small LWE problem (SLWE). If we further impose the condition A to be symmetric, we call it a small symmetric LWE problem (SSLWE). If we choose the secret S randomly and independently from the set −z, . . . , 0, 1 . . . , z with z a fixed small positive integer, we call such a problem uniformly small LWE problem (USLWE).

For practical applications, we can choose S and e with different kind of error distributions.

Due to the results in [ACPS], we know If the secret S's coordinates and the error e's entries are sampled independently from the LWE error distribution κ σ , the corresponding LWE problem is as hard as LWE with a uniformly random secret S. This shows that the SLWE problem is as hard as the corresponding LWE problem. The same is true for the case of the RLWE problem that if one can solve the Ring LWE problem with a small secret namely the element S being small, then one can solve it with an uniform secret.

We further extend the problem to a full matrix form.

Let Î

CROSS-REFERENCE TO RELATED APPLICATIONS

More than one reissue application has been filed for the reissue of U.S. Pat. No. 9,246,675. The reissue applications are U.S. application Ser. No. 16/678,383 (the present application and a divisional reissue), Ser. No. 16/678,335 (a divisional reissue), and Ser. No. 15/881,531 (granted as U.S. Pat. No. RE 47,841E1), all of which are reissue applications of U.S. Pat. No. 9,246,675.

U.S. Pat. No. 9,246,675, which issued on Jan. 26, 2016, is the National Stage of International Application No. PCT/CN2013/074053 filed on Apr. 11, 2013, which claims benefit under 35 U.S.C. § 119(e) of Provisional U.S. Patent Application No. 61/623,272, filed on Apr. 12, 2012, the disclosures of which are hereby incorporated by reference in their entireties.

The present disclosure claims priority to the U.S. provisional patent application with Ser. No. 61/623,272, entitled “New methods for secure communications and secure information systems”, filed Apr. 12, 2012 and PCT application with the same title and the PCT number PCT/CN2013/074053 filed on Apr. 11, 2013, which is incorporated herein by reference in its entirety and for all purposes.

BACKGROUND

This invention is related to the construction of cryptographic systems, in particular, key exchange (KE) systems, key distribution (KD) systems and identity-based-encryption (IBE) systems, which are based on essentially the same mathematical principle, pairing with errors.

In our modern communication systems like Internet, cell phone, and etc, to protect the secrecy of the information concerned, we need to encrypt the message. There are two different ways to do this. In the first case, we use symmetric cryptosystems to perform this task, where the sender uses the same key to encrypt the message as the key that the receiver uses to decrypt the message. Symmetric systems demand that the sender and the receiver have a way to exchange such a shared key securely. In an open communication channel without any central authority, like wireless communication, this demands a way to perform such a key exchange (KE) in the open between two parties. In a system with a central server, like a cell phone system within one cell company, this demands an efficient and scalable key distribution (KD) system such that any two users can derive a shared key via the key distribution (KD) system established by the central server. Therefore it is important and desirable that we have secure and efficient KE systems and KD systems. The first KE system was proposed by Diffie and Hellman [DiHe], whose security is based on the hardness of discrete logarithm problems. This system can be broken by future quantum computers as showed in the work of Shor [SHO]. There are many key-distribution systems including the system using pairing over quadratic forms [BSHKVY], and the one based on bilinear paring over elliptic curves by Boneh and Boyen (in U.S. Pat. No. 7,590,236). But the existing systems have either the problem of computation efficiency or scalability. For instance, the bilinear paring over elliptic curves is very computationally intensive.

In the second case, we use asymmetric systems, namely public key cryptographic systems, for encryption, where the receiver has a set of a public key and a private key, and the sender has only the public key. The sender uses the public key to encrypt messages, the receiver uses the private key to decrypt the messages and only the entity who has the private key can decrypt the messages. In an usual public key system, we need to make sure the authenticity of the public keys and therefore each public key needs to have a certificate, which is a digital signature provided by a trusted central authority. The certificate is used to verify that the public key belongs to the legitimate user, the receiver of a message. To make public key encryption system fully work, we need to use such a system, which is called a public key infrastructure (PKI) system.

In 1984, Shamir proposed another kind of public key encryption system [SHA]. In this new system, a person or an entity's public key is generated with a public algorithm from the information that can identify the person or the entity uniquely. For example, in the case of a person, the information may include the person's name, residential address, birthday, finger print information, e-mail address, social security number and etc. Since the public key is determined by the public information that can identify the person, this type of public key cryptosystem is called an identity-based encryption (IBE) system.

There are a few Identity-based-encryption (IBE) public key cryptosystems, and currently, the (best) one being practically used is the IBE system based on bilinear paring over elliptic curves invented by Boneh and Franklin (in U.S. Pat. No. 7,113,594). In IBE systems, a sender encrypts a message for a given receiver using the receiver's public key based on the identity of the receiver. The receiver decrypts the message using the receiver's private key. The receiver obtains the private key from a central server, which has a system to generate and distribute the IBE private key for the legitimate user securely. An IBE system does not demand the sender to search for the receiver's public key, but rather, a sender in an IBE system derives any receiver's corresponding public key using an algorithm on the information that identifies the receiver, for example, an email address, an ID number or other information. Current IBE systems are very complicated and not efficient in terms of computations, since the bilinear paring over elliptic curves is very computationally intensive. These systems based on pairing over elliptic curves can also be broken efficiently if we have a quantum computer as showed in the work of Shor [SHO]. There are also constructions based on lattices, but those are also rather complicated systems for applications [ABB] [ABVVW] [BKPW]. Therefore it is important and desirable that we have secure and efficient IBE systems.

Clearly, there are still needs for more efficient and secure KE, KD and IBE systems for practical applications.

BRIEF SUMMARY OF THE INVENTION

This invention first contains a novel method for two parties A and B to perform an secure KE over an open communication channel. This method is based on the computation of pairing of the same bilinear form in two different ways but each with different small errors. In the KE process, each users will choose a private matrix S A , S B respectively with small entries following certain error distributions secretly and a public matrix M randomly. Then each user will compute the multiplication of the user's secret matrix with the publicly chosen matrix but with small errors, exchange the new matrices, and then perform the computation of pairing of S A and S B over the same bilinear form based on M in two different ways but each with different small errors. This kind of mathematical computation is called pairing with errors. The shared key is derived from the pairings with a rounding technique. This method can be viewed as an extension of the idea of the learning with errors (LWE) problem discovered by Regev in 2005 [Reg]. The security of this system depends the hardness of certain lattice problem, which can be mathematically proven hard [DiLi]. This system involves only matrix multiplication and therefore is very efficient. Such a system can also resist the future quantum computer attacks.

This invention second contains a novel method to build a KD system with a central server or authority. In this system, the central server or authority assigns each user i a public ID as a matrix A i with small entries or establish the ID of each user as a matrix A i with small entries following certain error distributions with the information that can identify the user uniquely, and, in a secure way, gives each user a private key based on certain multiplication of this ID matrix with the central server or authority's secret master key M, another matrix, but with small errors. Then any two users in the system will compute the pairing of the two ID matrices of the users with the same bilinear form based on the master key matrix M in two different ways but each with different small errors to derive a shared key between these two users with certain rounding technique. This method can be viewed as an extension of the idea of the learning with error problem discovered by Regev in 2005 [Reg]. The security of this system depends on the hardness of the problem related to pairing with errors. This system involves only matrix multiplication and therefore is very efficient.

This invention third contains a novel method to build a IBE system with a central server or authority. In this system, the central server or authority assigns each user i a public ID A i as a matrix with small entries following certain certain error distributions or establish the ID of each user as a matrix with small entries following certain certain error distributions with the information that can identify the user uniquely. Each user is given by the central server or authority a private key S i based on certain multiplication of this ID matrix with the central server or authority's master private key S, another matrix, but with errors related to one part of the master public key M, another matrix. The central server or authority will establish another half of the mater key as the multiplication of M and S with small errors, which we call M 1 . Then any user who wishes to send the user i a message in the system will compute public key of i which consists of M and a paring of M and A i of the bilinear form based on the master secret key matrix S, then encrypt the message using the encryption system based on the MLWE problem, and the user i will use the secret key S i to decrypt the message. This method can be viewed as an extension of the idea of the learning with error problem discovered by REGEV in 2005. The security of this system depends the harness of certain lattice problem, which can be mathematically proven hard. This system involves only matrix multiplication and therefore is very efficient.

In our constructions, we can replace matrices by elements in ideal lattice, and we can also use other type of rounding techniques. We can also build the system in a distributed way where several servers can work together to build KD and IBE systems.

In short, we use the same mathematical principle of paring with errors, which can be viewed as an extension of the idea of the LWE problem, to build secure and more efficient KE, KD and IBE systems.

Though this invention has been described with specific embodiments thereof, it is clear that many variations, alternatives, modifications will become apparent to those who are skilled in the art of cryptography. Therefore, the preferred embodiments of the invention as set forth herein, are intended to be illustrative, not limiting. Various changes may be made without departing from the scope and spirit of the invention as set forth herein and defined in the claims. The claims in this invention are based on the U.S. provisional patent application with Ser. No. 61/623,272, entitled “New methods for secure communications and secure information systems”, filed Apr. 12, 2012, only more technical details are added.

DETAILED DESCRIPTION OF THE INVENTION

1.1 The Basic Idea of Pairing with Errors

The learning with errors (LWE) problem, introduced by Regev in 2005 [Reg], and its extension, the ring learning with errors (RLWE) problem [LPR] have broad application in cryptographic constructions with some good provable secure properties. The main claim is that they are as hard as certain worst-case lattice problems and hence the related cryptographic constructions.

A LWE problem can be described as follows. First, we have a parameter n, a (prime) modulus q, and an error probability distribution n on the finite ring (field) F q with q elements. To simplify the exposition, we will take q to be a odd prime and but we can also work on any whole number except that we may need to make slight modifications.

In F q , each element is represented by the set {−(q−1)/2, . . . , 0, . . . , (q−1)/2}. In this exposition, by “an error” distribution, we mean a distribution we mean a distribution such that there is a high probability we will select an element, which is small. There are many such selections and the selection directly affect the security of the system. One should select good error distribution to make sure the system works well and securely.

Let Π S,κ , on F q be the probability distribution obtained by selecting an element A in F q n randomly and uniformly, choosing e ϵF q according to κ, and outputting (A, <A, S>+e), where + is the addition that is performed in F q . An algorithm that solves the LWE problem with modulus q and error distribution κ, if, for any S in F q n , with an arbitrary number of independent samples from Π S,κ , it outputs S (with high probability).

To achieve the provable security of the related cryptographic constructions based on the LWE problem, one chooses q to be specific polynomial functions of n, that is q is replaced by a polynomial functions of n, which we will denote as q(n), κ to be certain discrete version of normal distribution centered around 0 with the standard deviation σ=αq≥√{square root over (n)}, and elements of F q are represented by integers in the range [−(q 1)/2, (q 1)/2)], which we denote as κ σ .

In the original encryption system based on the LWE problem, one can only encrypt one bit a time, therefore the system is rather inefficient and it has a large key size. To further improve the efficiency of the cryptosystems based on the LWE problem, a new problem, which is a LWE problem based on a quotient ring of the polynomial ring F q [x] [LPR], was proposed. This is called the ring LWE (RLWE) problem. In the cryptosystems based on the RLWE problem, their security is reduced to hard problems on a subclass of lattices, the class of ideal lattices, instead of general lattices.

Later, a new variant of LWE was proposed in [ACPS]. This variant of the LWE problem is based on the LWE problem. We will replace a vector A with a matrix A of size m×n, and S also with a matrix of size n×1, such that they are compatible to perform matrix multiplication A×S. We also replace e with a compatible matrix of size m×1. We will work on the same finite field with q elements.

To simplify the exposition, we will only present, in detail, for the case where A is a square matrices of the size n×n and, S and e of the size n×1.

Let Π S,κ

n , over F q be the probability distribution obtained by selecting an n×n matrix A, whose each entry are chosen in F q uniformly and independently, choosing e as a n×1 vector over F q with entries chosen according to certain error distribution κ n , for example, each entries follows an error distribution n independently, and outputting (A, A×S+e), where + is the addition that is performed in F q n . An algorithm that solves a LWE with modulus q and error distribution κ n , if, for any vector S in F q n , with any number of independent sample(s) from Π S,κ

n , it outputs S (with high probability).

For the case that we choose a small S, namely entries of S are chosen independently according to also the error distribution κ n , we call this problem a small LWE problem (SLWE). If we further impose the condition A to be symmetric, we call it a small symmetric LWE problem (SSLWE). If we choose the secret S randomly and independently from the set −z, . . . , 0, 1 . . . , z with z a fixed small positive integer, we call such a problem uniformly small LWE problem (USLWE).

For practical applications, we can choose S and e with different kind of error distributions.

Due to the results in [ACPS], we know If the secret S's coordinates and the error e's entries are sampled independently from the LWE error distribution κ σ , the corresponding LWE problem is as hard as LWE with a uniformly random secret S. This shows that the SLWE problem is as hard as the corresponding LWE problem. The same is true for the case of the RLWE problem that if one can solve the Ring LWE problem with a small secret namely the element S being small, then one can solve it with an uniform secret.

We further extend the problem to a full matrix form.

Let Π S,κ

n

2 over F q be the probability distribution obtained by selecting an n×n matrix A, whose each entry are chosen in F q uniformly and independently, choosing e as a n×n matrix over F q with entries following certain error distribution κ n

2 , for example, an distribution chosen according to the error distribution n independently, and outputting (A, A×S+e), where + is the addition that is performed in F q n

2 . An algorithm that solves a LWE with modulus q and error distribution κ n

2 , if, for any n×n matrix S in F q n , with any number of independent sample(s) from Π S,κ

n

2 , it outputs S (with a high probability).

We call this problem matrix LWE problem (MLWE). For the case where we choose a small S, namely entries of S also follows the error distribution κ n

2 , we call this problem a small MLWE problem (SMLWE). If we further impose the condition A to be symmetric, we call it a small symmetric MLWE problem (SSMLWE). If we choose the secret S randomly and independently from the set −z, . . . , 0, 1 . . . , z with z a fixed small positive integer, we call such a problem uniformly small MLWE problem (USMLWE). It is clear the MLWE problem is nothing but put n LWE problem together and sharing the same matrices. Therefore it is as hard as the corresponding LWE problem.

We can use different error distributions for S and e.

The mathematical principle behind our construction comes from the fact of associativity of matrices multiplications of three matrices A, B and C:

A×B×C=(A×B)×C=A×(B×C).

Such a product can be mathematically viewed as computing the bilinear paring of the row vectors of A with column vectors of C.

For two matrices A and B with small entries following certain error distributions, for example, with entries following some error distributions, instead of computing this product directly, we can first compute

AB+E a ,

then compute

(AB+E A )C or (AB+E A )C+E AC ,

or we will compute

BC+E C ,

then compute

A(BC+E c ) or (AB+E A )C+E BC ,

where E A , E B , E AC , E BC are matrices with small entries following the same (or different) error distributions. Then we have two way to compute the product ABC with small errors or differences between these two matrices. We call such a computation pairing with errors. All our constructions depends on such a paring with errors and on the fact that the two different paring are close to each other if A and C are also small.

We can mathematically prove the theorem that an MLWE problem is as hard as the corresponding LWE problem with the same parameters. This provides the foundation of the provable security of our constructions

1.2 The Construction of the New KE Systems Based on Paring with Errors

Two parties Alice and Bob decide to do a key exchange (KE) over an open channel. This means that the communication of Alice and Bob are open to anyone including malicious attackers. To simplify the exposition, we will assume in this part all matrices involves are n×n matrices. But they do not have to be like this, and they can be matrices of any sizes except that we need to choose the compatible sizes such that the matrix multiplications performed are well defined.

Their key change protocol will go step by step as follows.

(1) Alice and Bob will first publicly select F q , n and a n×n matrix M over F q uniformly and randomly, where q is of size of a polynomial of n, for example q≈n 3 , and an error distribution κ n

2 to be a distribution over n×n matrices over F q , for example, a distribution that each component are independent and each component follow certain error distribution like the discrete error distribution κ σ as in the case of LWE, namely a discrete normal distribution over F q center around 0 with standard deviation approximately √{square root over (n)}. All the information above is public. They jointly and publicly choose a small (prime) integer t (t<<n). (2) Then each party chooses its own secret S i (i=A, B) as a n×n matrix chosen according to the error distribution κ n

2 , e i also as a n×n matrix following the error distribution. For Alice, she computes

M A =MS A +te A ,

where t is a small integer (t<<n).

For Bob, he computes

M B =M t S B +te B .

(3) Both parties exchange M i in the open communication channel. This means both M i (i=A, B) are public, but keep S i and e i (i=A, B), secret. (4) Alice computes:

K A =S t A ×M B =S t A M t S B +tS t A e B .

Bob computes:

K B =M t A ×S B =S t A M t S B +te t A S B .

(5) Both of them will perform a rounding technique to derive the shared key as follows:

(a) Bob will make a list T 1 of all positions of the entries of K B such that these entries are in the range of [−(q−1)/4, (q−1)/4] and a list T 2 of all positions which are not in the range of [−(q−1)/4, (q−1)/4]. Then Bob will send to Alice the list T 1 . (b) Then each party will compute the residues of these entries modular t in T 1 , and for the entries not in T 1 , which is in T 2 , they will add (q−1)/2 to each entry and compute the residue modular q first (into the range of [−(q−1)/4, (q−1)/4]) then the residue modular t. That gives a shared key between these two users.

The reason that Alice and Bob can derive from K A and K B a shared secret to be the exchanged key via certain rounding techniques as in the case above is exactly that e i and S i are small, therefore K A and K B are close. We call this system a SMLWE key exchange protocol. We can derive the provable security of this more efficient system [Dili].

In term of both communication and computation efficiency, the new system is very good. The two parties need to exchange n 2 entries in F q , and each perform 2n 2.8 computations (with Strassen fast matrix multiplication [STR]) to derive n 2 bits if t=2.

S i and e i can follow different kind of error distributions.

We can prove the theorem that if we choose the same system parameters, namely n and q, the matrix SLWE key exchange protocol is provably secure if the error distribution is properly chosen [DiLi]. The proof relies on the mathematical hardness of the following pairing with error problem.

Assume that we are given

(1) an n×n matrix M, a prime integer q, a small positive integer t, and an error distribution κ n and;

M′ A =MS′ A +te A

and

M′ B =M t S′ B +te B ,  (2)

where e i , a n×1 vector follows the error distribution κ n and the entries of n×1 vectors also follows the same error distribution;

(3) and the fact that

K′ B =M t A ×S′ B =(S′ A ) t M t S′ B +t<e A ,S′ B >

is in the range of [−(q−1)/4, (q−1)/4] or not;

the problem is to find an algorithm to derive

K′ A =(S′ A ) t ×M B =(S′ A ) t M t S′ B +t<S′ A ,e B >

modular t if K′ B is in the range of [−(q−1)/4, (q−1)/4], otherwise K′ A +(q−1)/2 first modular q then modular t, with a high probability. We call such a problem a pairing with error problem (PEP).

The proof follows from the fact that the SMLWE problem is as hard as the SLWE problem, since the matrix version can be viewed as just assembling multiple SLWE samples into one matrix SLWE sample.

We note here that we can choose also rectangular matrix for the construction as long as we make sure the sizes are matching in terms of matrix multiplications, but parameters need to be chosen properly to ensure the security.

Similarly we can build a key exchange system based on the ring learning with errors problem (RLWE) [LPR], we will a variant of the RLWE problem described in [LNV].

For the RLWE problem, we consider the rings R=Z[x]/f(x), and R q =R/qR, where f(x) is a degree n polynomial in Z[x], Z is the ring of integers, and q is a prime integer. Here q is an odd (prime) and elements in Z q =F q =Z/q are represented by elements: −(q−1)/2, . . . , −1, 0, 1, . . . , (q−1)/2, which can be viewed as elements in 2 when we talk about norm of an element. Any element in R q , is represented by a degree n polynomial, which can also be viewed as a vector with its corresponding coefficients as its entries. For an element

a(x)=a 0 +a 1 x+ . . . +a n-1 x n-1 ,

we define

∥a∥=max|a i |,

the l ∞ norm of the vector (a 0 , a 1 , . . . , a n-1 ) and we treat this vector as an element in Z n and a i an element in Z. We can also choose q to be even positive number and things need slight modification.

The RLWE f,q,χ problem is parameterized by an polynomial f(x) of degree n, a prime number q and an error distribution X over R q . It is defined as follows.

Let the secret s be an element in R q , a uniformly chosen random ring element. The problem is to find s, given any polynomial number of samples of the pair

(a i ,b i =a i ×s+e i ),

where a i is uniformly random in R q and e i is selected following certain error distribution X.

The hardness of such a problem is based on the fact that the b i are computationally indistinguishable from uniform in R q . One can show [LPR] that solving the RLWE f,q,χ problem above is known to give us a quantum algorithm that solves short vector problems on ideal lattices with related parameters. We believe that the latter problem is exponentially hard.

We will here again use the facts in [ACPS], [LPR] that the RLWE f,q,χ problem is equivalent to a variant where the secret s is sampled from the error distribution X rather than being uniform in R q and the error element e i are multiples of some small integer t.

To derive the provable security, we need consider the RLWE problem with specific choices of the parameters.

We choose f(x) to be the cyclotomic polynomial x n +1 for n=2 u , a power of two; The error distribution χ is the discrete Gaussian distribution D Z

n

,σ for some n>>σ>ω(√{square root over (log n)})>1; q=1 (mod 2n) and q a polynomial of n and q≈n 3 ; t a small prime and t<<n<<q.

We can also use other parameters for practical applications.

There are two key facts in the RLWE f,q,χ setting defined above, which are needed for our key exchange system.

(1) The length of a vector drawn from a discrete Gaussian of with standard deviation a is bounded by σn, namely,

Pr(∥X∥>σn)≤2 −n+1 ,

for X chosen according to X.

(2) The multiplication in the ring R q increases from the norms of the constituent elements in a reasonable scale, that is,

∥X×Y(mod f(x))∥≤n∥X∥∥Y∥,

for X, Y ϵ R q and the norm is the l ∞ norm defined above.

With the RLWE f,q,χ setting above, we are now ready to have two parties Alice and Bob to do a key exchange over an open channel. It goes step by step as follows.

(1) Alice and Bob will first publicly select all the parameters for the RLWE f,q,χ including q(≈n 3 or similar polynomial functions of n), n, f(x) and χ. In addition, they will select a random element M over R q uniformly. All the information above is public. (2) Then each party chooses its own secret s i as an element in R q according to the error distribution χ, and e i independently also as an element following the error distribution χ, but jointly choose a small prime integer t (t<<n) For Alice, she computes

M A =Ms A +te A ,

where t is a small integer (t<<n).

For Bob, he computes

M B =Ms B +te B .

(3) Both parties exchange M i . This means both M i are public, but certainly keep s i and e i secret. (4) Alice computes:

K A =s A ×M B =s A Ms B +te B s A.

Bob computes:

K B =M A ×s B =s A Ms B +te A s B .

(5) Both of them will perform a rounding technique to derive the shared key as follows:

(a) Bob will then make a list of size n, and this list consists of pairs in the form of (i, j), where i=0, . . . , n−1, and j=1 if the x i coefficient of K B is in the range of [−(q−1)/4, (q−1)/4], otherwise j=0. (b) Then Bob will send this list to Alice. Then each will compute the residue of the corresponding entries modular t in the following way:

for an element of the list (i, j), 1) if j=1, each will compute the i-th entry of K A and K B modular t respectively; 2) if j=0, each will add (q−1)/2 to the i-th entry of K A and K B modular q back to range of [−(q−1)/4, (q−1)/4], then compute the residues modular t.

We can use different distributions for s i and e i .

That will give a shared key between these two users. We call this system a RLWE key exchange system. We can deduce that there is a very low probability of failure of this key exchange system. We note here that the commutativity and the associativity of the ring R q play a key role in this construction.

In terms of security analysis, we can show the provable security of the system following the hardness of the RLWE f,q,χ problem by using a similar PEP over the ring R q [DiLi].

Assume that we are given

a random element M in R q , prime integers t, q and the error distribution X with parameters selected as in the RLWE f,q,χ above; M A =Ms A +te A and M B =Ms B +te B , where e i follows the error distribution X and s i also follows the error distribution χ; and the fact that (K B ) i , the coefficients x i of K B =M A ×s B =s A Ms B +te A s B is in the range of [−(q−1)/4, (q−1)/4] or not;

the problem is to find an algorithm to derive K B (or K A ) modular t or K B +(q−1)/2 (or K A +(q−1)/2) modular q (into the range of [−(q−1)/4, (q−1)/4]) and then modular t with a high probability. We call such a problem a pairing with error problem over a ring (RPE).

It is nearly a parallel extension of the proof of the provable security of the case of SLWE key exchange system to the RLWE key exchange system. We conclude that the RLWE key exchange system is provable secure based on the hardness of the RLWE f,q,χ problem.

With the same parameters q and n, this system can be very efficient due to the possibility doing fast multiplication over the ring R q using FFT type of algorithms.

1.3 The Construction of the New KD Systems Based on Paring with Errors

Over a large network, key distribution among the legitimate users is a critical problem. Often, in the key distribution systems, a difficult problem is how to construct a system, which is truly efficient and scalable. For example, in the case of the constructions of [BSHKVY], the system can be essentially understood as that the master key of a central server is a symmetric matrix M of size n×n and each user's identity can be seen as a row vector H i of size n. The central server gives each user the secret H i ×M. Then two users can derive the shared key as H i ×M×H j t . The symmetric property of M ensures that

H i ×M×H j t =H j t ×M×H i .

However, large number of users can collaborate to derive the master key. If one can collect enough (essentially n) H i ×M, which then can be used to find the master key M and therefore break the system.

We will build a truly scalable key distribution system using the pairing with error with a trusted central server, which can be viewed as a combination of the idea above and the idea of the LWE.

We work again over the finite field F q , whose elements are represented by −(q−1)/2, . . . , 0, . . . , (q−1)/2. We choose q≈n 3 or other similar polynomial function of n, we choose again κ n

2 to be an error distribution over the space of n×n matrices, for example, an distribution each component are independent, and each component follows error distribution κ σ , the discrete distribution as in the case of LWE, namely a discrete normal distribution over F q centered around 0 with standard deviation approximately √{square root over (n)}. The choice of these parameters can be modified.

The key distribution system is set up step by step as follows.

(1) We have a central server, which will select a symmetric randomly chosen n×n matrix S, as a master key, whose entries are in F q :

S=S t .

(2) For each user index as i, the central server gives it a (in general not symmetric) matrix A t (as an ID) with small entries following error distribution κ n

2 . The ID matrix of each user is public and it can also be generated with information that can identify the user like email address, name and etc. (3) For each user, the central server distribute securely a secret:

E i =A i S+te i ,

where e i is a matrix (not symmetric) selected following certain error distribution, such as κ n

2 . This is kept private for each user.

To obtain a secret key shared between the user i and the user j, the user i computes

K i =E i ×A j t =A i SA j t +te i A j t ;

and the user j computes

K j =A i ×(E j ) t =A i S t A j t +tA i e j t =A i SA j t +tA i e j t .

This is possible because the IDs are public. They then can use the following simple rounding method to derive a shared key between the two users.

When the user j wants to establish a shared key with the user i, the user j will collect all the entries (including their positions in the matrix) in K j that are in the range of (−(q−1)/4, (q−1)/4), namely those entries which are closer to 0 than (q−1)/2. Then user j will send to the user i a list of the positions of the entries in the matrix (only the position not the values of the entries themselves) that are randomly selected from the collection, which is tagged by 0, and a list of entries not in the list tagged by 0. Then the user i will select the same entries in its own matrix E i ×A j . Now they have a shared list of common entry positions, therefore the corresponding entries of the matrix. Then each user will compute the residue of these entries modular t tagged by 1 and compute the residue of the sum of each of these entries tagged by 0 with (q−1)/2 to build a new identical ordered list of values, which will be their shared secret key.

Because S symmetric, we have that

A i SA j t =A i S t A j t ,

therefore the user j derives

A i SA j t +tA i A i e j t .

The difference between the results computed by the two users is:

E i ×A t j −A i ×E t J =A i SA t j +te i A t j −(A i SA t j +tA i e t j )

=te i A t j −tA i e t j .

This difference is small since t is small and e i A j t and A i e j t are small, which is due to the fact that e i , e j , A i and A j are all small. This allows us to get a common key for i and j by certain rounding techniques and therefore build a key distribution system.

Since the error terms for both matrices, te i A j and te j t A i , are small, the corresponding selected entries with tag 1 in A i SA j (without the error terms) are essentially within the range of [(−(q−1)/4, (q−1)/4] or very close. Therefore the error terms will not push those selected terms in A i SA j over either (−(q−1)/2 or (q−1)/2), that is when added the error terms, those selected entries will not need any further modular q operation but just add them as integers, since each element is represented as an integer in the range of [(−(q−1)/2(q−1)/2)]. The same argument goes with entries tagged by 0. These ensures that the process give a shared key between these two users.

From the way matrices K i , K j are constructed, we know that each entry of K i and K j follows uniform distribution. Therefore we expect that each time the size of the first list selected by the user j from the matrix K j should be around n 2 . Therefore this system can provide the shared secret with enough bits if we choose proper n.

Also we can build a version of this system with none symmetric matrices, in this case, the central serve needs to compute more matrices like A i S+e and A i t S+e′. Then it is possible, we can do the same kind of key distribution. This system again is less efficient.

On the other hand, since the RLWE problem can be viewed as a specialized commutative version of matrix-based LWE since an element in the ring can be view as a homomorphism on the ring. We can use the RLWE to build a key distribution in the same way.

Now let us look at why this key distribution is scalable. Clearly each user will have a pair A, and E i =A i S+te i , and many users together can get many pairs, then to find the secret master key S is to solve the corresponding MLWE problem, except that, in this case, we impose the symmetric condition on the secret S. It is not difficult to argue again that this problem is as hard as a LWE problem, since given a LWE problem, we can convert it also into such a MLWE problem with symmetric secret matrix. Therefore, it is easy to see that this system is indeed scalable.

In terms of the provable security of the system, the situation is similar to the work done in the paper [DiLi]. We can give a provable security argument along the same line.

As we said before, since RLWE can be viewed as a special case MLWE, we will use the RLWE to build a very simple key distribution system.

We will choose the ring R q to be F q [x]/x n +1. To ensure the provable security, we need to choose parameter properly n, q, properly, for example n=2 k , q=1 mod(2n)[LPR]. For provable secure systems, we assume that we will follow the conventional assumptions on these parameters, and the assumption on the error distribution like χ in [LPR].

This construction is essentially based on the systems of above. We assume that we have a ring R q with a properly defined learning with error problem on the ring R q with error distribution X. The problem is defined as follows:

We are given a pair (A, E), where

E=A×S+te′,

A, S where e′ are elements in R, t is small integer, e′ is an error element following the distribution of χ, S is a fixed element and A is select randomly following uniform distribution, and the problem is to find the secret S.

With a central server, we can build a simple key distribution system as follows.

(1) The central server will also select a random element M in R q following uniform distribution. (2) For each user, the central server will assign an public ID as A i , where A i should be in the form of a chosen small element in R q , namely following an error distribution like χ. (3) Each member is given a secret key by the central server:

S i =MA S +te e ,

where e i follows an error distribution χ.

(4) If two user i and j wants to build a shared key, one user, say i can use the ID matrix of j, namely A i , the its secret key to build a shared key with j by computing

K i =A j ×S i =A j MA i +tA j e i ,

and j can use its secret key to build a shared key with i by computing

K j =A i ×S j =A j MA i +tA i e j ,

then derive the shared key with the rounding technique as follows:

(a) i will then make a list of size n, and this list consists of pairs in the form of (a, b), where a=0, . . . , n−1, and b=1 if the x a coefficient of K i is in the range of [−(q−1)/4, (q−1)/4], otherwise b=0. (b) i will send this list to j. Then each will compute the residue of the corresponding entries modular t in the following way:

for an element of the list (a, b), 1) if b=1, each will compute the a-th entry of K i and K j modular t respectively; 2) if b=0, each will add (q−1)/2 to the a-th entry of K i and K j modular q back to range of [−(q−1)/4, (q−1)/4], then compute the residues modular t.

Since A i and e i are small elements in R q , we have A i ×e i is also small. This ensures that we indeed have a shared secret key. This, therefore, gives an key-distribution system.

Here we use very much the fact that in a RLWE problem that the multiplication is commutative. The key feature of our construction is that it is simple and straight forward. The provable security of the system is also straightforward.

1.4 the Construction of the New IBE Systems Based on Paring with Errors

We will first build a new public key encryption based on MLWE. To build an encryption system, we choose similar parameter q≈n 3 or n 4 or similar polynomial functions of n, we choose again κ n

2 to be an error distribution, for example the error distribution with each component are independent, and each component follow the same discrete distribution κ σ as in the case of LWE, namely a discrete normal distribution over F q center around 0 with standard deviation approximately √{square root over (n)}. Surely we can also select high dimensional Gaussian distribution, which should be very convenient for the purpose to provable security. We select this simple distribution to simplify the argument concerning the validity of the encryption system. We can surely choose other parameters.

With such a setting, we can build an encryption system as in the case of the MLWE problem as follows:

(1) We select an n×n matrix S, whose entries are small following an error distribution κ n

2 , for example, each entries independently and randomly follows the distribution κ σ . (2) In the setting of the MLWE, we will derive one output pair (A, E), where

E=A×S+e,

or

E=A×S+te,

and t is small, t<<n, and they form the public key of our encryption system. Here e follow certain error distributions, for example the distribution we use above.

(3) S is the private key of the cryptosystem. (4) A message in is represented as n×n matrix with binary entries of 0, 1 or n×n matrix with entries in the range modular t, namely 0, 1 . . . , t−1. (5) A sender chooses a n×n small matrix B similar to S namely following an error distribution κ n

2 , for example, each entries independently and randomly follows the distribution κ σ . Then the sender compute the encrypted message as:

(D 1 ,D 2 )=(B×A+e 1 ,B×E+e 2 +m (q/2)),

or

((D 1 ,D 2 )=(B×A+te 1 ,B×E+te 2 +m,

where e 1 and e 2 are error matrices selected independently following some error distribution like e.

(6) To decrypt, the legitimate, in the first case, computes

D 2 −D 1 ×S=(BE+e 2 +m(q/2)−(BA+e 1 )S)=eE+e 2 −e 1 S+m(q/2),

where everything is done in F q , and we can check on each entry of the matrix, if it is near 0, we output 0, and if it is near (q−1)/2, we output 1, or we divide them by (q−1)/2 performed as a real number division and round them to 0 or 1 and the output will be the plaintext m; or in the second case, the legitimate user computes

D 2 −D 1 ×S=(BE+te 2 +m−(BA+te 1 )S)=,teE+te 2 −te 1 S+m,

then modular t. This will be the plaintext m.

A, B, e i can follow different error distributions.

With large n, the output can give us the right plaintext with as high probability as demanded. The reason we could decrypt with high probability comes from the following.

D 2 −D 1 ×S=BE+e 2 +m(q/2)−(BA+e)S

=B×(A×S+e)+e 2 +m(q/2)−(BA+e 1 )×S

=B×e+e 2 −e 1 ×S+m(q/2)

B×e+e 2 −e 1 ×S can be viewed as a error terms, which is determined by the distribution of the following random variable. With proper choice of parameters, like in the case of KE or KD systems, the decryption process will surely return the right answer when n is large enough. The same argument goes with the second case.

One key point of this new method is that on average, we can do the encryption much faster in terms of per bit speed because we can use fast matrix multiplication [CW] to speed up the computation process.

We note here that since matrix multiplication is not commutative, when we multiply two elements, the order is very important, unlike the case of the RLWE related systems.

We can also use the same idea in the ring LWE (RLWE)[LPR] to do encryption, where all the elements are in the ring R q , and we have

E=A×S+te,

t is small positive integer and the entries of S is also small following error distribution κ n

2 . We encrypt a message as

(D 1 ,D 2 )=(BA+te 1 ,BE+te 2 +m).

Then we decrypt by computing

(BE+te 2 +m−B(AS+te 1 ))(mod t).

This works because

D 2 −D 1 ×S=BE+te 2 +m−(BA+t 1 e 1 )S

=B×(A×S+te)+te 2 +m−(BA+te 1 )×S

=tB×e+te 2 −te 1 ×S+m

Since the error terms are small, by modular t, we certainly should get back the original plaintext.

For the MLWE problem, we surely need to choose the distribution accordingly when we need to obtain the provable security of the system.

There are several versions of identity-based encryption systems based on lattice related problems including the LWE proble

CLAIMS

Claims ( 53 )

The invention claimed is:

1. Method for establishing a key exchange over an open channel between a first party A and a second party B, comprising:

(1) openly selecting, by Party A and Party B together, parameters, n, q and small whole number t, (t<<n), where q is an odd prime, and an error distribution κ n

2 to be a distribution over n×n matrix over F q , a n×n matrix M over F q uniformly and randomly, where q is of size of a polynomial of n like n 3 , and elements of F q are represented by integers in the range [−(q−1)/2, (q−1)/2)]; (2) choosing, by each of the parties privately, its own secret matrix S i (i=A, B) a n×n matrix chosen according to the error distribution κ n

2 , and error matrix e i , (i=A, B) as a n×n matrix following the error distribution κ n

2 ;

computing by a processor of the Party A

M A =MS A +te A ,

where t is a small integer (t<<n);

computing by the Party B

M B =M t S B +te B ,

(3) Both of the parties exchange M i in the open communication channel; (4) computing by the Party A:

K A =S t A ×M B =S t A M t S B +tS t A e B ;

computing by the Party B:

K B =M t A ×S B =S t A M t S B +te t A S B ;

(5) performing by both the Party A and the Party B a rounding technique to derive the shared key, comprising:

(a) making by the Party B a list T 1 of all positions of the entries of K B such that these entries are in the range of [−(q−1)/4, (q−1)/4] and a list T 2 of all positions which are not in the range of [−(q−1)/4, (q−1)/4], then sending by the Party B to the Party A the list T 1 ,

(b) computing by each of the parties privately the residues of these entries modular t in T 1 , and for the entries not in T 1 , which is in T 2 , adding (q−1)/2 to each entry and computing the residue modular q first (into the range of [−(q−1)/4, (q−1)/4]) then the residue modular t, which gives a shared key between the two parties.

2. The method according to claim 1 , wherein q is a polynomial function of degree 2 or higher, or a similar function, and κ n

2 is the a distribution that each component are independent and each component follow certain error distribution like the discrete error distribution κ σ , namely a discrete normal distribution over F q center around 0 with standard deviation approximately √{square root over (n)}, or a similar distribution.

3. The method according to claim 1 , wherein the matrices is rectangular as long as the matrix multiplication is compatible and the parameters are adjusted accordingly.

4. The method according to claim 1 , wherein the matrices are replaced with elements of the ring R q =F q [x]/f(x) with f(x)=x n +1 and the parameters is adjusted accordingly.

5. The method according to claim 1 , wherein the rounding technique is replaced with a similar technique.

6. The method according to claim 1 , wherein the matrices are replaced with elements of the ring R q =F q [x]/f(x) with f(x)=x n +1, the parameters is adjusted accordingly, and the polynomial elements used are selected in the form of f(x)=Πf i (x)+g(x), where each f i , g(x) is a sparse matrix with very few terms terms none-zero.

7. Method, for a central server, building a key distribution (KD) system, comprising:

(1) selecting, by the central server, parameters select parameters, n, q and small whole number t, (t<<n), where q is an odd prime, q is of size of a polynomial of n like n 3 and elements of F q are represented by integers in the range [−(q−1)/2, (q−1)/2)], an error distribution κ n

2 a distribution over n×n matrix over F q ; and selecting by the central server a symmetric randomly chosen n×n matrix S over F q as a master key; (2) giving, by the central server, to each user index as i, a general matrix A i as an ID with small entries following error distribution κ n

2 , where the ID matrix of each user is public and the central server have also a choice to generate the ID with information that can identify the user; (3) distributing, by the central server, for each user securely a secret:

E i =A i S+te i ,

where e i is a matrix selected following error distribution κ n

2 and this is kept private for each user;

obtaining a secret key shared between the User i and the User j comprising: computing by a process of the User i:

K i =E i ×A j t =A i SA j t +te i A j t ;

and computing by a processor of the User j

K j =A i ×(E j ) t =A i S t A j t +tA i e j t =A i SA j t +tA i e j t ;

then the two users deriving a shared key between the two users using the following simple rounding method, comprising:

when the User j wants to establish a shared key with the user i, collecting by the user j all the entries (including their positions in the matrix) in K j that are in the range of (−(q−1)/4, (q−1)/4), namely those entries which are closer to 0 than (q−1)/2; sending by the User j to the user i a list of the positions of the entries in the matrix (only the position not the values of the entries themselves) that are randomly selected from the collection, which is tagged by 0, and a list of entries not in the list tagged by 0; then selecting by the user i the same entries in its own matrix E i ×A j , which gives them a shared list of common entry positions, therefore the corresponding entries of the matrix; then computing by each of the users the residue of the entries modular t lagged by 1 and compute the residue of the sum of each of the entries tagged by 0 with (q−1)/2, which build a new identical ordered list of values, their shared secret key.

8. The method according to claim 7 , wherein q is a polynomial function of degree 2 or higher, or a similar function, κ n

2 is the a distribution that each component are independent and each component follow certain error distribution like the discrete error distribution κ σ , namely a discrete normal distribution over F q center around 0 with standard deviation approximately √{square root over (n)} or a similar distribution.

9. The method according to claim 7 , wherein the matrices are replaced with elements of the ring R q =F q [x]/f(x) with f(x)=x n +1 and the parameters is adjusted accordingly.

10. The method according to claim 7 , wherein the procedure for two users i and j to derive a shared key is modified such that the roles of i and j and exchanged.

11. The method according to claim 7 , wherein several central servers to work together to build a distributed KD system.

12. The method according to claim 7 , wherein the matrices are replaced with elements of the ring R q =F q [x]/f(x) with f(x)=x n +1, the parameters is adjusted accordingly, and the polynomial elements used are selected in the form of f(x)=Πf i (x)+g(x), where each f i , g(x) is a sparse matrix with very few terms terms none-zero.

13. Method, for a central, building an identity-based encryption system, comprising:

(1) selecting by the central server parameters, n, q and small whole number t, (t<<n), where q is an odd prime, q is of size of a polynomial of n like n 3 and elements of F q are represented by integers in the range [−(q−1)/2, (q−1)/2)], and an error distribution κ n

2 to be a distribution over n×n matrix over F q ; and selecting by the central server a secret n×n matrix S as the secret master key, where S is selected as a small element following certain error distribution κ n

2 ; (2) selecting by the central server a random element M following uniform distribution, but making sure that M has an inverse: when the central server could not find one first time, it tries again till it finds one; then computing by the central server

M 1 =MS+te,

where e is small following certain error distribution κ n

2 ;

(3) then publicizing by the central server M and M 1 as the master public key; (4) assigning by the central server for each user indexed by i an public ID as A i , where A i is small following certain error distribution κ n

2 , and the central server has can generate A i from information that can identify the user i; (5) processing by a processor and giving by the central server for each user, namely, the User i, a secret key:

S i =SA i +tM −1 e i ,

where e i 's entries are small following the error distribution κ;

(6) then establishing by anyone using the ID, A i , and the master public key, a new public key for the user with ID A i , which is given as the pair (A i , B i ), where

A i =M

and

B i =M 1 A i =MSA i +teA i ,

and using by anyone as the public key to encrypt any message use the MLWE encryption system.

14. The method according to claim 13 , wherein q is a polynomial function of degree 2 or higher, or a similar function, κ n

2 is the a distribution that each component are independent and each component follow certain error distribution like the discrete error distribution κ σ , namely a discrete normal distribution over F q center around 0 with standard deviation approximately √{square root over (n)} or a similar distribution.

15. The method according to claim 7 , wherein the matrices is rectangular as long as the matrix multiplication is compatible and the parameters are adjusted accordingly.

16. The method according to claim 13 , wherein the matrices are replaced with elements of the ring R q =F q [x]/f(x) with f(x)=x n +1 and the parameters is adjusted accordingly.

17. The method according to claim 13 , wherein several central servers to work together to build a distributed IBE system.

18. The method according to claim 13 , wherein the procedure is extended further to build a hierarchical IBE system, where each user servers as a lower level central server.

19. The method according to claim 13 , wherein the matrices are replaced with elements of the ring R q =F q [x]/f(x) with f(x)=x n +1, the parameters is adjusted accordingly, and the polynomial elements used are selected in the form of f(x)=Πf i (x)+g(x), where each f i , g(x) is a sparse matrix with very few terms terms none-zero.

20. A method of deriving a shared key between a first networked computer and a second networked computer over an open communication channel, the method comprising:

receiving, from a key distribution system, an exchange matrix Ei of a matrix size n rows by the matrix size n columns, wherein the key distribution system has selected:

a finite field F comprising a first prime number q of elements, such that entries of Ei are in F; and

a whole number t, wherein the whole number t is less than the matrix size n;

determining a key matrix Ki resulting from multiplying the exchange matrix Ei and a transpose of a respective public ID matrix of the second networked computer; and applying a rounding method to each entry of the key matrix Ki to generate the shared key.

21. The method of claim 20, wherein the rounding method comprises:

determining an interval matrix according to values of the entries of the key matrix Ki by:

determining a plurality of numbered intervals of elements of the finite field F;

determining, for each entry of the key matrix Ki, a numbered interval of the plurality of numbered intervals the value of the entry belongs to; and

assigning, for each entry of the key matrix Ki, each respective determined numbered interval to an entry of the interval matrix corresponding to the entry of the key matrix Ki; and

sending, to the another networked computer, the interval matrix; and applying each entry in the interval matrix to round each corresponding entry of the key matrix Ki to generate the shared key.

22. The method of claim 20, wherein the rounding method comprises:

determining a plurality of numbered intervals of elements of the finite field F; receiving an interval matrix from the another networked computer; and applying each entry in the interval matrix to round each corresponding entry of the key matrix Ki to generate the shared key.

23. The method of claim 20, wherein the rounding method comprises:

determining an interval matrix according to values of the entries of the key matrix Ki by:

determining a plurality of numbered intervals of elements of the finite field F;

determining, for each entry of the key matrix Ki, a numbered interval of the plurality of numbered intervals the value of the entry of the key matrix Ki belongs to; and

assigning, for each entry of the key matrix Ki, each respective determined numbered interval to an entry of the interval matrix corresponding to the entry of the key matrix Ki; and

for the entry of the key matrix Ki, if an interval value in the corresponding entry of the interval matrix does not correspond to a first numbered interval of the plurality of numbered intervals:

adding, to the value of the entry in the key matrix Ki, a fixed value V of elements of a numbered interval, of the plurality of numbered intervals, corresponding to the interval value to form a sum;

determining a first residue of the sum modulo the first prime number q; and

determining a second residue of the first residue modulo the whole number t;

for the entry of the key matrix Ki, if the corresponding value in the interval matrix does correspond to the first number of the interval numbers:

determining a second residue of the first residue modulo the whole number t.

24. The method of claim 23, wherein each numbered interval assigned to the interval matrix comprises a value of zero or one.

25. The method of claim 23, wherein the first numbered interval comprises an interval of approximately half of the elements of the finite field F.

26. The method of claim 23, wherein the first numbered interval comprises elements comprising values in the range [−(the first prime number q−1)/4, (the first prime number q−1)/4].

27. The method of claim 23, wherein the fixed value V comprises (the first prime number q−1)/2.

28. The method of claim 20, wherein the rounding method comprises:

determining a plurality of numbered intervals of elements of the finite field F; receiving an interval matrix from the networked computer; for the entry of the key matrix Ki, if an interval value in the corresponding entry of the interval matrix does not correspond to a first numbered interval of the plurality of numbered intervals:

adding, to the value of the entry in the key matrix Ki, a fixed value V of elements of a numbered interval, of the plurality of numbered intervals, corresponding to the interval value to form a sum;

determining a first residue of the sum modulo the first prime number q; and

determining a second residue of the first residue modulo the whole number t;

for the entry of the key matrix Ki, if the corresponding value in the interval matrix does correspond to the first number of the interval numbers:

determining a second residue of the first residue modulo the whole number t.

29. The method of claim 28, wherein each numbered interval assigned to the interval matrix comprises a value of zero or one.

30. The method of claim 28, wherein the first numbered interval comprises an interval of approximately half of the elements of the finite field F.

31. The method of claim 28, wherein the first numbered interval comprises elements comprising values in the range [−(the first prime number q−1)/4, (the first prime number q−1)/4].

32. The method of claim 28, wherein the fixed value V comprises (the first prime number q−1)/2.

33. A method of deriving a shared key for a networked computer with another networked computer, the method comprising:

receiving, from a key distribution system, an exchange matrix Ej of a matrix size n rows by the matrix size n columns, wherein the key distribution system has selected:

a finite field F comprising a first prime number q of elements, such that entries of Ej are in F; and

a whole number t, wherein the whole number t is less than the matrix size n;

determining a key matrix Kj resulting from multiplying a public ID matrix of the another networked computer and a transpose of the exchange matrix Ej; and applying a rounding method to each entry of the key matrix Kj to generate the shared key.

34. The method of claim 33, wherein the rounding method comprises:

determining an interval matrix according to values of the entries of the key matrix Kj by:

determining a plurality of numbered intervals of elements of the finite field F;

determining, for each entry of the key matrix Kj, a numbered interval of the plurality of numbered intervals the value of the entry belongs to; and

assigning, for each entry of the key matrix Kj, each respective determined numbered interval to an entry of the interval matrix corresponding to the entry of the key matrix Kj; and

sending, to the another networked computer, the interval matrix; and applying each entry in the interval matrix to round each corresponding entry of the key matrix Kj to generate the shared key.

35. The method of claim 33, wherein the rounding method comprises:

determining a plurality of numbered intervals of elements of the finite field F; receiving an interval matrix from the another networked computer; and applying each entry in the interval matrix to round each corresponding entry of the key matrix Kj to generate the shared key.

36. The method of claim 33, wherein the rounding method comprises:

determining an interval matrix according to values of the entries of the key matrix Kj by:

determining a plurality of numbered intervals of elements of the finite field F;

determining, for each entry of the key matrix Kj, a numbered interval of the plurality of numbered intervals the value of the entry of the key matrix Kj belongs to; and

assigning, for each entry of the key matrix Kj, each respective determined numbered interval to an entry of the interval matrix corresponding to the entry of the key matrix Kj; and

for the entry of the key matrix Kj, if an interval value in the corresponding entry of the interval matrix does not correspond to a first numbered interval of the plurality of numbered intervals:

adding, to the value of the entry in the key matrix Kj, a fixed value V of elements of a numbered interval, of the plurality of numbered intervals, corresponding to the interval value to form a sum;

determining a first residue of the sum modulo the first prime number q; and

determining a second residue of the first residue modulo the whole number t;

for the entry of the key matrix Kj, if the corresponding value in the interval matrix does correspond to the first number of the interval numbers:

determining a second residue of the first residue modulo the whole number t.

37. The method of claim 36, wherein each numbered interval assigned to the interval matrix comprises a value of zero or one.

38. The method of claim 36, wherein the first numbered interval comprises an interval of approximately half of the elements of the finite field F.

39. The method of claim 36, wherein the first numbered interval comprises elements comprising values in the range [−(the first prime number q−1)/4, (the first prime number q−1)/4].

40. The method of claim 36, wherein the fixed value V comprises (the first prime number q−1)/2.

41. The method of claim 33, wherein the rounding method comprises:

determining a plurality of numbered intervals of elements of the finite field F; receiving an interval matrix from the networked computer; for the entry of the key matrix Kj, if an interval value in the corresponding entry of the interval matrix does not correspond to a first numbered interval of the plurality of numbered intervals:

adding, to the value of the entry in the key matrix Kj, a fixed value V of elements of a numbered interval, of the plurality of numbered intervals, corresponding to the interval value to form a sum;

determining a first residue of the sum modulo the first prime number q; and

determining a second residue of the first residue modulo the whole number t;

for the entry of the key matrix Kj, if the corresponding value in the interval matrix does correspond to the first number of the interval numbers:

determining a second residue of the first residue modulo the whole number t.

42. The method of claim 41, wherein each numbered interval assigned to the interval matrix comprises a value of zero or one.

43. The method of claim 41, wherein the first numbered interval comprises an interval of approximately half of the elements of the finite field F.

44. The method of claim 41, wherein the first numbered interval comprises elements comprising values in the range [−(the first prime number q−1)/4, (the first prime number q−1)/4].

45. The method of claim 41, wherein the fixed value V comprises (the first prime number q−1)/2.

46. An encryption key authority system comprising:

a central server in communication with a plurality of users, the central server comprising at least one processor; and a non-transitory computer-readable storage medium in operable communication with the processor, wherein the computer-readable storage medium comprising computer-executable instructions that, when executed, cause the at least one processor to: select a matrix size n and a finite field F comprising a first prime number q of elements, and an error distribution K over the finite field F, wherein the first prime number q comprises a value approximately equal to a polynomial of the matrix size; generating a master key matrix S comprising values of random elements of the finite field F chosen according to the selected error distribution K, wherein the master key matrix S is a matrix and wherein a size of the master key matrix S comprises the matrix size n rows by the matrix size n columns; select a whole number t, wherein the whole number t is less than the matrix size n; select a first random matrix M comprising values of random elements of the finite field F chosen according to a uniform distribution, wherein the first random matrix M is selected such that an inverse of the first random matrix M exists; select a master error matrix e comprising values of elements in the finite field F chosen according to the selected error distribution K, wherein a size of the master error matrix e comprises the matrix size n rows by the matrix size n columns; generate a product matrix resulting from multiplying the first random matrix M and the master key matrix S; generate a scalar error matrix resulting from multiplying the whole number t and the master error matrix e; generate a master public key pair comprising the first random matrix M and a second random matrix M1 resulting from adding the scalar error matrix to the respective product matrix; generate a first respective ID matrix Ai for each of a plurality of users, wherein each first respective ID matrix Ai comprises values of elements in the finite field F chosen according to the selected error distribution K, wherein a size of the first respective ID matrix Ai comprises the matrix size n rows by the matrix size n columns; determine a respective secret key matrix Si for each of the plurality of users based on the master public key pair and the first respective ID matrix Ai for each of the plurality of users; and send, to each of the plurality of users, the respective secret key matrix Si.

47. The system of claim 46, wherein the at least one processor are distributed throughout a network.

48. The system of claim 46, wherein a user of the plurality of users acts as an encryption key authority for a hierarchical child key distribution system.

49. The system of claim 46, wherein each matrix comprises an element of a ring of the form R q =F q [x]/f(x), wherein f(x)=x n +1.

50. The system of claim 49, wherein polynomial elements are selected in the form of [IIf i (x)]+g(x), wherein g(x) and each f i (x) comprise a sparse polynomial with few non-zero terms.

51. The system of claim 46, wherein the first prime number q is a polynomial function of degree two or higher of the matrix size n, and wherein the error distribution K is a distribution such that each matrix entry is independent and each matrix entry follows a discrete normal distribution over the finite field F, centered around zero, with a standard deviation of approximately a square root of the matrix size n.

52. The system of claim 46, wherein the respective secret key matrix Si for each of the plurality of users is determined by:

determining a respective product matrix resulting from multiplying the master key matrix S and the first respective ID matrix Ai; selecting a respective error matrix ei comprising values of elements in the finite field F chosen according to the selected error distribution K, wherein a size of the respective error matrix ei comprises the matrix size n rows by the matrix size n columns; determining a respective scalar matrix resulting from multiplying the whole number t and the inverse of the random matrix M times the respective error matrix ei; and adding the respective scalar error matrix to the respective product matrix.

53. A method of a networked computer encrypting a message between a first networked computer and a second networked computer, the method comprising:

determining, at the first networked computer, a public matrix pair comprising a first matrix M and a second matrix M1; receiving, at the first networked computer, an ID matrix Ai of the second networked computer; determining a key matrix pair for the second networked computer, wherein the key matrix pair comprises the first matrix M and a second public matrix Bi, wherein the second public matrix Bi comprises a matrix resulting from multiplying the second matrix M1 and the ID matrix Ai; and applying the key matrix pair to encrypt the message to the second networked computer; and sending the encrypted message to the second networked computer.

US16/678,383

2012-04-12

2013-04-11

Cryptographic system using pairing with errors

Active

USRE48644E1

( en )

Priority Applications (1)

Application Number

Priority Date

Filing Date

Title

US16/678,383

USRE48644E1

( en )

2012-04-12

2013-04-11

Cryptographic system using pairing with errors

Applications Claiming Priority (5)

Application Number

Priority Date

Filing Date

Title

US201261623272P

2012-04-12

2012-04-12

US16/678,383

USRE48644E1

( en )

2012-04-12

2013-04-11

Cryptographic system using pairing with errors

PCT/CN2013/074053

WO2013152725A1

( en )

2012-04-12

2013-04-11

New cryptographic systems using pairing with errors

US14/491,992

US9246675B2

( en )

2012-04-12

2013-04-11

Cryptographic systems using pairing with errors

US201815881531A

2018-01-26

2018-01-26

Publications (1)

Publication Number

Publication Date

USRE48644E1

true

USRE48644E1 ( en )

2021-07-13

Family

ID=49327117

Family Applications (4)

Application Number

Title

Priority Date

Filing Date

US15/881,531

Active

USRE47841E1

( en )

2012-04-12

2013-04-11

Cryptographic system using pairing with errors

US16/678,383

Active

USRE48644E1

( en )

2012-04-12

2013-04-11

Cryptographic system using pairing with errors

US14/491,992

Ceased

US9246675B2

( en )

2012-04-12

2013-04-11

Cryptographic systems using pairing with errors

US16/678,335

Active

USRE48643E1

( en )

2012-04-12

2013-04-11

Cryptographic system using pairing with errors

Family Applications Before (1)

Application Number

Title

Priority Date

Filing Date

US15/881,531

Active

USRE47841E1

( en )

2012-04-12

2013-04-11

Cryptographic system using pairing with errors

Family Applications After (2)

Application Number

Title

Priority Date

Filing Date

US14/491,992

Ceased

US9246675B2

( en )

2012-04-12

2013-04-11

Cryptographic systems using pairing with errors

US16/678,335

Active

USRE48643E1

( en )

2012-04-12

2013-04-11

Cryptographic system using pairing with errors

Country Status (6)

Country

Link

US

( 4 )

USRE47841E1

( en )

EP

( 1 )

EP2837128B1

( en )

KR

( 1 )

KR102116877B1

( en )

CN

( 1 )

CN104396184B

( en )

TW

( 1 )

TWI502947B

( en )

WO

( 1 )

WO2013152725A1

( en )

Families Citing this family (53)

* Cited by examiner, † Cited by third party

Publication number

Priority date

Publication date

Assignee

Title

WO2015184991A1

( en )

*

2014-06-04

2015-12-10

Jintai Ding

Improvements on cryptographic systems using pairing with errors

US9438422B2

( en )

*

2014-06-26

2016-09-06

Intel Corporation

Chaotic-based synchronization for secure network communications

US10764042B2

( en )

2015-09-08

2020-09-01

Jintai Ding

Password based key exchange from ring learning with errors

CN105281914B

( en )

*

2015-09-24

2018-11-02

西安电子科技大学

A kind of secret handshake method based on lattice password

KR102583536B1

( en )

*

2015-11-13

2023-09-27

뱃지 인크.

Public/private key biometric authentication system

KR101880517B1

( en )

*

2016-11-10

2018-07-20

서울대학교산학협력단

Public Key Crypto-Method Based on LWE

CN107566121B

( en )

*

2016-11-18

2020-03-10

上海扈民区块链科技有限公司

Efficient secret consensus method

KR101905689B1

( en )

*

2016-11-18

2018-12-05

서울대학교산학협력단

Calculating apparatus for encrypting message by public key and method thereof

JP6632962B2

( en )

*

2016-12-22

2020-01-22

Kddi株式会社

Obfuscation device, obfuscation method and obfuscation program

US10133603B2

( en )

2017-02-14

2018-11-20

Bank Of America Corporation

Computerized system for real-time resource transfer verification and tracking

CN106685663B

( en )

*

2017-02-15

2019-07-19

华中科技大学

The encryption method and circuit of error problem concerning study in a kind of annulus

EP3364596A1

( en )

*

2017-02-15

2018-08-22

Koninklijke Philips N.V.

Key exchange devices and method

US10447472B2

( en )

*

2017-02-21

2019-10-15

Bank Of America Corporation

Block computing for information silo

US10454892B2

( en )

2017-02-21

2019-10-22

Bank Of America Corporation

Determining security features for external quantum-level computing processing

US10243976B2

( en )

2017-02-24

2019-03-26

Bank Of America Corporation

Information securities resource propagation for attack prevention

US10489726B2

( en )

2017-02-27

2019-11-26

Bank Of America Corporation

Lineage identification and tracking of resource inception, use, and current location

US10284496B2

( en )

2017-03-03

2019-05-07

Bank Of America Corporation

Computerized system for providing resource distribution channels based on predicting future resource distributions

US10440051B2

( en )

2017-03-03

2019-10-08

Bank Of America Corporation

Enhanced detection of polymorphic malicious content within an entity

US10270594B2

( en )

2017-03-06

2019-04-23

Bank Of America Corporation

Enhanced polymorphic quantum enabled firewall

EP3373505A1

( en )

*

2017-03-06

2018-09-12

Koninklijke Philips N.V.

Device and method for sharing a matrix for use in a cryptographic protocol

US10437991B2

( en )

2017-03-06

2019-10-08

Bank Of America Corporation

Distractional variable identification for authentication of resource distribution

US10412082B2

( en )

2017-03-09

2019-09-10

Bank Of America Corporation

Multi-variable composition at channel for multi-faceted authentication

US10440052B2

( en )

2017-03-17

2019-10-08

Bank Of America Corporation

Real-time linear identification of resource distribution breach

US11120356B2

( en )

2017-03-17

2021-09-14

Bank Of America Corporation

Morphing federated model for real-time prevention of resource abuse

US11055776B2

( en )

2017-03-23

2021-07-06

Bank Of America Corporation

Multi-disciplinary comprehensive real-time trading signal within a designated time frame

US10476854B2

( en )

2017-04-20

2019-11-12

Bank Of America Corporation

Quantum key distribution logon widget

US10511591B2

( en )

*

2017-05-08

2019-12-17

Amazon Technologies, Inc.

Generation of shared secrets using pairwise implicit certificates

US10516543B2

( en )

2017-05-08

2019-12-24

Amazon Technologies, Inc.

Communication protocol using implicit certificates

US10798086B2

( en )

2017-05-08

2020-10-06

Amazon Technologies, Inc.

Implicit certificates using ring learning with errors

US10630655B2

( en )

*

2017-05-18

2020-04-21

Robert Bosch Gmbh

Post-quantum secure private stream aggregation

EP3474484A1

( en )

*

2017-10-17

2019-04-24

Koninklijke Philips N.V.

Cryptographic device with updatable shared matrix

BR112020007456A2

( en )

*

2017-10-17

2020-10-27

Koninklijke Philips N.V.

first electronic network node, electronic cryptographic operation method and computer readable media

US11533181B2

( en )

*

2017-12-08

2022-12-20

Sony Corporation

Information processing apparatus, registration apparatus, information processing method, and registration method

EP3793129B1

( en )

2018-05-30

2025-04-23

Huawei International Pte. Ltd.

Key exchange system, method, and apparatus

CN108923907B

( en )

*

2018-06-20

2021-01-29

中国科学院重庆绿色智能技术研究院

A Homomorphic Inner Product Method Based on Modular Fault Tolerant Learning Problem

DE102018122278A1

( en )

*

2018-09-12

2020-03-12

Infineon Technologies Ag

Perform a cryptographic operation

EP3624391A1

( en )

*

2018-09-12

2020-03-18

Koninklijke Philips N.V.

Public/private key system with decreased encrypted message size

CN109861821B

( en )

*

2019-02-26

2020-10-30

清华大学

An error coordination method for LWE public key cryptography

JP7212179B2

( en )

2019-05-09

2023-01-24

グーグル エルエルシー

Compression and forgetful expansion of RLWE ciphertext

WO2020242614A1

( en )

2019-05-30

2020-12-03

Kim Bong Mann

Quantum safe cryptography and advanced encryption and key exchange (aeke) method for symmetric key encryption/exchange

EP4035306A4

( en )

2019-09-26

2022-11-16

Visa International Service Association

NETWORK-BASED SIGNATURES PRESENTING UNIFORM SECRETS

WO2021107515A1

( en )

*

2019-11-28

2021-06-03

Seoul National University R&Db Foundation

Identity-based encryption method based on lattices

KR102418016B1

( en )

*

2019-11-28

2022-07-07

서울대학교산학협력단

Identity-based encryption mtthod based on lattices

US11366897B1

( en )

*

2020-01-17

2022-06-21

Wells Fargo Bank, N.A.

Systems and methods for layered quantum computing detection

US11334667B1

( en )

2020-01-17

2022-05-17

Wells Fargo Bank, N.A.

Systems and methods for disparate quantum computing threat detection

US12126713B1

( en )

2020-01-17

2024-10-22

Wells Fargo Bank, N.A.

Systems and methods for quantum computing threat detection

US12099997B1

( en )

2020-01-31

2024-09-24

Steven Mark Hoffberg

Tokenized fungible liabilities

CN113541952B

( en )

*

2020-04-17

2023-07-25

赵运磊

Lattice-based digital signature method

CN113541933B

( en )

*

2020-04-17

2023-07-25

赵运磊

An Efficient and Compact Encryption Method Based on Lattice

US11637700B2

( en )

2020-08-14

2023-04-25

Samsung Electronics Co., Ltd.

Method and apparatus with encryption based on error variance in homomorphic encryption

US12556363B2

( en )

2022-02-24

2026-02-17

Seoul National University R&Db Foundation

Method and device for multi-key homomorphic encryption

CN115276984B

( en )

*

2022-07-29

2024-03-29

山东大学

A key exchange method and system based on GR-LWE problem

US20250119298A1

( en )

*

2023-10-04

2025-04-10

Fortytwo42 Labs Llp

System and method for quantum safe trust identity and authentication

Citations (18)

* Cited by examiner, † Cited by third party

Publication number

Priority date

Publication date

Assignee

Title

US6263437B1

( en )

*

1998-02-19

2001-07-17

Openware Systems Inc

Method and apparatus for conducting crypto-ignition processes between thin client devices and server devices over data networks

US20030081774A1

( en )

2001-10-26

2003-05-01

Paul Lin

Method and apparatus for dynamic generation of symmetric encryption keys and exchange of dynamic symmetric key infrastructure

US20060034457A1

( en )

*

2004-08-12

2006-02-16

Damgaard Ivan B

Key derivation functions to enhance security

US20070271606A1

( en )

*

2006-05-17

2007-11-22

Amann Keith R

Apparatus and method for establishing a VPN tunnel between a wireless device and a LAN

US20080044028A1

( en )

2006-07-25

2008-02-21

National Tsing Hua University

Pair-wise key pre-distribution method for wireless sensor network

US20080046732A1

( en )

2006-08-15

2008-02-21

Motorola, Inc.

Ad-hoc network key management

US20080069344A1

( en )

*

2006-08-30

2008-03-20

Samsung Electronics Co., Ltd.

Method and apparatus for key agreement between devices using polynomial ring

US20080112596A1

( en )

*

2006-01-23

2008-05-15

Rhoads Geoffrey B

Sensing Data From Physical Objects

US20090154711A1

( en )

2007-12-18

2009-06-18

Jho Namsu

Multi-party key agreement method using bilinear map and system therefor

US20090204823A1

( en )

*

2008-02-07

2009-08-13

Analog Devices, Inc.

Method and apparatus for controlling system access during protected modes of operation

US20090208019A1

( en )

*

2006-06-30

2009-08-20

Koninklijke Philips Electronics N.V.

Method and apparatus for encrypting/decrypting data

US7603554B2

( en )

*

2003-06-12

2009-10-13

Panasonic Corporation

Encryption communication system

US20090327141A1

( en )

*

2007-04-18

2009-12-31

Rabin Michael O

Highly efficient secrecy-preserving proofs of correctness of computation

US20100077462A1

( en )

*

2008-09-24

2010-03-25

Neustar, Inc.

Secure domain name system

US8107397B1

( en )

*

2006-06-05

2012-01-31

Purdue Research Foundation

Protocol for secure and energy-efficient reprogramming of wireless multi-hop sensor networks

US20120166809A1

( en )

*

2010-12-28

2012-06-28

Authernative, Inc.

System and method for cryptographic key exchange using matrices

US20120236968A1

( en )

*

2011-03-17

2012-09-20

Georgia Tech Research Corporation

Enhanced lattice reduction systems and methods

US8297510B1

( en )

*

<td itemprop="prio

Related documents

Record · ID 607024
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.