The disclosure relates to pairing-based broadcast encryption schemes with O(N1/3)-sized parameters, which achieves adaptive security against unbounded collusions.
In ciphertext-policy attribute-based encryption (CP-ABE), ciphertexts ct are associated with a predicate f and a message m and keys sk with an attribute x, and decryption returns m when x satisfies f. Broadcast encryption is a special case of CP-ABE where the predicate is specified by a set S⊆[N], and decryption returns m when xϵS. In both cases, we require security against unbounded collusions, so that an adversary that sees a ciphertext along with secret keys for an arbitrary number of attributes x1, x2, . . . learns nothing about m as long as none of these attributes satisfies f.
Broadcast encryption has been an active area of research since its introduction in the 1990s, where a major goal is to obtain schemes with short parameters, notably short ciphertexts ct and short public keys mpk. Prior work includes a pairing-based broadcast encryption scheme with constant-size ciphertext (ignoring the contribution from the set S) and secret keys; however, the scheme has large public keys mpk which is linear in the total number of users N, and moreover, decryption requires access to mpk. To address these shortcomings, the scheme could be modified to achieve O(√{square root over (N)})-sized public keys, at the cost of a O(√{square root over (N)})-sized ciphertext. Further work showed how to achieve O(√{square root over (N)})-sized parameters (i.e., |mpk|+|ct|+|sk|=O(√{square root over (N)}) under the standard k-Lin assumption, improving upon the q-type assumption, while additionally strengthening the security guarantees from selective to adaptive security.
Other prior work constructed a broadcast encryption scheme with poly(log N)-sized parameters from pairings and LWE. Nonetheless, the following basic problem remains open: Can we build a broadcast encryption scheme with o(√{square root over (N)})-sized parameters (that is, |mpk|+|ct|+|sk|=o(√{square root over (N)})) from (just) pairings?
Prior approaches for pairing-based broadcast encryption requires |ct|·max{|sk|, |mpk|}=Ω(N), which in turn implies a Ω(√{square root over (N)}) bound on the parameter size. Moreover, this is essentially optimal for a large class of approaches for pairing-based broadcast encryption, indicating that breaking the √{square root over (N)} barrier would require substantially new ideas.
The invention relates to broadcast encryption as well as attribute-based encryption schemes.
The invention includes a pairing-based broadcast encryption scheme with O(N1/3)-sized parameters, breaking the long-standing √{square root over (N)} barrier. The broadcast encryption scheme achieves adaptive security against unbounded collusions, and relies on the bilateral k-Lin assumption in prime-order bilinear groups. In addition, the construction offers a range of trade-offs between ciphertext and key sizes. Prior to this work, it was not known how to achieve o(√{square root over (N)})-sized parameters with selective security even with q-type assumptions or generic bilinear groups.
More generally, the invention includes a CP-ABE for degree 3 polynomials over {0, 1}n (and more generally, pn) where the public key, ciphertext and secret keys comprise of O(n) group elements; this scheme also achieves adaptive security against unbounded collusions under the bilateral k-Lin assumption. The broadcast encryption scheme then follows as an immediate corollary, since we can encode set membership in S⊆[N] as a degree 3 polynomial over {0, 1}O(N
The design of the inventive schemes departs quite significantly from existing pairing-based ABE schemes, in that we exploit the power of “quadratic reconstruction”. This idea was previously used to construct an information-theoretic, private-key analogue of broadcast construction—formally, conditional disclosure of secrets (CDS) for index—with O(N1/3)-sized parameters. However, the scheme only works over fields of characteristic 2, which are incompatible with bilinear groups operations “in the exponent”. Instead, the invention provides new techniques for instantiating quadratic reconstruction with reference to functional encryption for degree 2 polynomials.
In various embodiments, a computer-implemented method, computing device, and computer-readable storage media are disclosed. In one example embodiment for encrypting a message for transmitting over a broadcast network to multiple recipients as a ciphertext, the computer-implemented method, computing device, and computer-readable storage media can comprise: receiving an authorized recipient set S at a broadcast module, wherein the authorized recipient set identifies a set of recipients with permission to recover a broadcast message, wherein S is a subset of {1, 2, . . . , N}, wherein n is an integer such that n3≥N, and wherein N is the total number of possible recipients of the message; generating a public key mpk at an authority, the public key mpk comprising three vectors [v]1, [w1]1 and [w2]1 of n random group elements in a first source group, a random group element [ν0]1 in the first source group, and a random group element [α]T in a target group; receiving the public key mpk at the broadcast module from the authority; receiving or creating a message M for encryption; encoding the authorized recipient set S as a degree 3 polynomial, wherein the degree 3 polynomial has a coefficient vector f equal to a characteristic vector of the recipient set S, and wherein the vector f has a length n3; cryptographically compressing the vector f using the vector [w2]1 of n group elements from the public key mpk and by sampling a random vector w3 of n integers modulo p resulting in a digest of n group elements; generating a ciphertext of message M by: sampling a random scalar s; multiplying the random scalar s with the digest, the vector w3 and the public key mpk; concatenating the output of the multiplying to form the ciphertext; and transmitting the ciphertext to the autorized recipients identified in the set S.
Further embodiments can include generating the ciphertext by
ct=[s]1,[((In⊗w2⊗w3)fT+w1T)s]1,[w3s]1,[(ν0w3+v)s]1,[αs]T·M.
Further embodiments can include instructions for decrypting a ciphertext by a recipient to recover a broadcast message by receiving a ciphertext and an authorized recipient set at a receiver module from a remote broadcast module over a broadcast network, wherein the ciphertext further comprises a digest, and the digest further comprises information about a polynomial; receiving a key from an remote authority module, the key comprising group elements; checking whether the recipient is in a set of authorized recipients; computing the degree 3 polynomial that has a coefficient vector f equal to a characteristic vector of a recipient set S; wherein the degree 3 polynomial has a coefficient vector f equal to a characteristic vector of the recipient set S, and wherein the vector f has a length n3; recovering the broadcast message by evaluating the polynomial with the digest using the group elements in a pairing algorithm; storing the recovered broadcast message for further processing at the receiver module.
The accompanying drawings, which are included to provide further understanding and are incorporated in and constitute a part of this specification, illustrate disclosed embodiments, and together with the description, serve to explain the principles of the disclosed embodiments.
In the drawings:
An overview of our constructions is disclosed herein. We focus on our CP-ABE scheme for degree 3 polynomials over pn×
pn×
pn given by
(x1,x2,x3)(x1⊗x2⊗x3)·fT
where fϵpn
We rely on an asymmetric bilinear group (1,
2,
T, e) of prime order p where e:
1×
2→
T. We use [⋅]1, [⋅]2, [⋅]T to denote component-wise exponentiations in respective groups
1,
2,
T. The k-Lin assumption in
1 asserts that ([A]1, [sA]1)≈c ([A]1, [u]1) where s←
pk, A←
pk×(k+1), u←
pk−0. The bilateral k-Lin assumption as used in this work asserts that ([A]1, [A]2, [sA]Z)≈c([A]1, [A]2, [u]2), and is a strengthening of the k-Lin assumption in
2. In symmetric bilinear groups, the bilateral k-Lin and the standard k-Lin assumption are equivalent. Note that 1-Lin=DDH/SXDH, and that bilateral 1-Lin is false, for the same reason DDH is false in symmetric bilinear groups. We will describe our construction based the k-Lin assumption and the bilateral k′-Lin assumption, and set k=1, k′=2 for optimal concrete efficiency.
We make extensive use of tensor products. This enables a more compact description of our schemes, and avoids triple summations to compute a degree 3 polynomial. Moreover, we will be replacing scalars with vectors as our schemes get increasingly complex, upon which some scalar-vector products translate naturally to a tensor product of two vectors, whereas some other ones translate to a vector-matrix product.
Herein is described two candidate CP-ABE schemes for degree 3 polynomials.
|mpk|=O(n2),|ct|=O(n),|sk|=O(n)
Below it is described how to modify the second candidate to obtain our final CP-ABE scheme, which achieves O(n)-sized parameters as well as adaptive security under the bi-k-Lin assumption.
Disclosed is a simplified variant of the CP-ABE scheme for the class of degree 2 polynomials over pn×
pn given by
(x1,x2)(x1⊗x2)·fT
where f∈pn
Note that the scheme achieves
|mpk|=O(n),|ct|=O(n),|sk|=O(n)
Decryption uses
Following a dual system encryption methodology, security boils down to showing that M is hidden given a single ciphertext-key pair. In particular, it suffices to show that if (x1⊗x2)fT=0, then α is hidden given
where are derived from ct,sk by setting r=s=1 and omitting [αs]T. Hiding of α then follows from
A candidate CP-ABE is disclosed for degree 3 polynomials with parameter sizes
|mpk|=O(n2),|ct|=O(n),|sk|=O(n)
To arrive at this scheme, we first replace x2 and w2 in (1) with x2⊗x3 and w2⊗w3 respectively, where w3←pn. Ta ciphertext size remains unchanged, but the secret key size increases to O(n2) due to the term
(x2⊗x3)α−r(w2⊗w3)
To achieve |sk|=O(n), we compute the above expression using
This yields the following scheme:
Here, we publish [w2⊗w3]1 in mpk so that we can compute [(w2⊗w3)s]1 in ct.
To get to a CP-ABE scheme with O(n)-sized parameters, we compress mpk in the previous scheme as follows: instead of having set-up pick w3, the encryptor will sample a random w3; this eliminates [w2⊗w3]1 in mpk and reduces mpk to O(n) group elements. Next, we explain how this modification impacts ct and sk in (4):
Putting these modifications together, the next candidate is obtained.
The candidate CP-ABE scheme with O(n)-sized parameters is disclosed, where the terms not present in the previous scheme are shaded in gray:
The decryption algorithm on input ct=([s]1, [αs]T·M, [c1T]1, [c2]1, [c3]1) and sk=([r2]2, [d1]2, [d2]2, [d3]2, [d4]2), computes [(x1⊗x2⊗x3)fT·αs]T using
where
We now describe how we arrive at our final CP-ABE for the class of degree 3 polynomials, which achieves adaptive security against unbounded collusions under the k-Lin assumption in 1,
2 and the bilateral k′-Lin assumption, where k≥1, k′≥2. We sample A←
p(k+1)×k, B←
pk×(k+1) and make the following substitutions to the scheme in (??) combined with (??):
That is, we increase the width and heights of each of w2, w1T, v, v0 by a multiplicative factor of k+1. A complete description of the scheme is provided herein.
Herein, a broader class of degree 3 polynomials over pn
pn
pn
We denote by s←S the fact that s is picked uniformly at random from a finite set S. We use ≈s to denote two distributions being statistically indistinguishable, and ≈c to denote two distributions being computationally indistinguishable. We use lower case boldface to denote row vectors and upper case boldface to denote matrices. For any positive integer N, we use [N] to denote {1, 2, . . . , N}.
The tensor product (Kronecker product) for matrices A=(ai,j)ϵ, Bϵ
n×p is defined as
The mixed-product property for tensor product says that
(A⊗B)(C⊗D)=(AC)⊗(BD)
A useful corollary of the mixed-product property says that for any pair of row vectors u, vϵn
We adopt the convention that matrix multiplication takes precedence over tensor product, so that we can write A⊗BC to mean A⊗(BC).
A generator takes as input a security parameter 1λ and outputs a description
:=(p,
1,
2,
T, e), where p is a prime of Θ(λ) bits,
1,
2 and
T are cyclic groups of order p, and e:
1×
2→
T is a non-degenerate bilinear map. We require that the group operations in
1,
2,
T and the bilinear map e are computable in deterministic polynomial time in λ. Let g1ϵ
1, g2ϵ
2 and gT=e(g1, g2)ϵ
T be the respective generators. We employ the implicit representation of group elements: for a matrix M over
p, we define [M]1:=g1M, [M]2:=g2M, [M]T:=gTM, where exponentiation is carried out component-wise. Also, given [A]1, [B]2, we let e([A]1, [B]2)=[AB]T. We recall the matrix Diffie-Hellman (MDDH) assumption on
1[?]:
Assumption 1 (MDD Assumption) Let k,
, dϵ
. We say that the MDD
assumption holds if for all PPT adversaries
, the following advantage function is negligible in λ.
where :=(p,
1,
2,
T, e)←
(1λ), M←
, S←
pk×d and U←
.
The MDDH assumption on 2 can be defined in an analogous way. Escala et al. [?] showed that
k-Lin⇒MDDHk,k+11⇒MDD∀k,d≥1,
>k
with a tight security reduction. (In the setting where ≤k, the MDD
assumption holds unconditionally.)
The bilateral MDDH assumption is defined analogously with the advantage function:
Note that the bilateral MDDH and bilateral k-Lin assumptions are false for k=1. In the disclosed embodiments, we only require a weaker variant of the bilateral MDDH assumption, as defined with the advantage function:
We define attribute-based encryption in the framework of key encapsulation. A attribute-based encryption scheme for a predicate P(⋅, ⋅) consists of four algorithms (Setup, Enc, KeyGen, Dec):
In the disclosed schemes, we can compute kemϵT, which can then be hashed to {0, 1}λ.
We require that for all (x, y)ϵ×
such that P(x, y)=1,
Pr[(ct,kem)←Enc(mpk,x);Dec(sk,y,ct,x)=kem)]=1,
where the probability is taken over (mpk, msk)←Setup(1λ, ,
) and the coins of Enc.
For a stateful adversary , we define the advantage function
with the restriction that all queries y that makes to KeyGen(msk, ⋅) satisfies P(x, y)=0. An attribute-based encryption scheme is adaptively secure if for all PPT adversaries
, the advantage A
(λ) is a negligible function in λ.
Here,
=
pn
=
pn
pn
pn
and
P(f,(x1,x2,x3))=1⇔(x1⊗x2⊗x3)·fT≠0
Here,
={0,1}N,
=[N]
where {0, 1}N is considered to be the power set of [N] (i.e., set of all subsets of [N]), and
P(S,y)=1⇔yϵS
Herein, we present an adaptively secure CP-ABE for degree 3 polynomials against unbounded collusions, under the k-Lin assumption in 1,
2 and the bilateral k′-Lin assumption, where k≥1, k′≥2. Our scheme achieves
|mpk|=(k(k+1)+k(k+1)(n1+k′n2+n3)+k′)||+|
T|
|ct|=(k+1+(k+1)n1+(k+1)k′n3+(k+1)n3)|1|
|sk|=(2k+1+(k+1)k′n2+(k+1)k′+(k+1)n3)|2|
Setting k=1, k′=2, we obtain
|mpk|=(2n1+4n2+2n3+4)|G1|+|T|,|ct|=(2n1+6n3+2)|
1|,|sk|=(4n2+2n3+7)|
2|
A←
p
(k+1)×k
,k←
p
k+1
,W
2←p(k+1)×(k+1)k′n
p(k+1)n
V←
p
(k+1)×(k+1)n
,V
0←p(k+1)×(k+1)k′,B←
k×(k+1)
For a matrix Mϵ, we write
⊗A)ϵ
. In particular, we have
2
=W
2(Ik′n
mpk=(,[A]1,[
s←
p
k
,W
3←pk′×n
r
2←pk,r3←
p(k+1)k′
We can encode broadcast encryption for N parties as CP-ABE for degree 3 polynomials whenever n1n2n3≥N, by using the folklore encoding of set membership in S⊆[N] as a degree 3 polynomial over {0, 1}n
We can then set n1=Nδ, n2=N1-2δ, n3=Nδ for any 0≤δ≤⅓, which yields
|mpk|=O(N1-2δ),|ct|=O(Nδ),|sk|=O(N1-2δ)
In particular, when δ=⅓, we achieve
|mpk|=O(N1/3),|ct|=O(N1/3),|sk|=O(N1/3)
The inventive scheme can be configured for efficiency. We can instantiate our scheme with the popular BIS12-381 curve with |1| being 48 bytes and |
2| being 96 bytes. File sharing in encrypted file systems is a non-limiting example of an application for the inventive broadcast encryption. The Windows EFS has a limit of 256 KB in the file header for the EFS meta-data, and supports a maximum of 800 individual users. Assuming 32-bit users IDs, we can support 1000 users with a file header (S, ct) of size 4×1000+82×48=7936 bytes, where each user holds a secret key of size 67×96=6432 bytes. Results can be improved by setting n1=20, n2=10, n3=5, which yields a header of size 4×1000+72×48=7456 bytes and a secret key of size 57×96=5482 bytes. However, since N=1000 is fairly small, the broadcast encryption scheme with O(√{square root over (N)}) parameters would also achieve similar performances: a file header of size 4×1000+66×48=7168 and a secret key of size 68×96=6528 bytes.
The various embodiments may be implemented within a variety of communication systems, networks and/or mobile multi-media broadcast systems, an example of which is illustrated in
In addition to the multimedia broadcast network 104, mobile receiver devices 102 may communicate via a unicast network 106, such as a cellular telephone network, WiFi network (not shown), WIMAX, etc. A typical cellular telephone network includes a plurality of cellular base stations 116 coupled to a network operations center 118. The network operations center 118 operates to connect voice and data calls between mobile receiver devices 102 and other network destinations, such as via telephone land lines (e.g., a POTS network, not shown) and the Internet 108.
Communications between mobile receiver devices 102 and the unicast network 106 may be accomplished via two-way wireless communication links 115 such as LTE, 4G, 3G, CDMA, TDMA, and other cellular telephone communication technologies. Such two-way wireless communication links 115 may enable users to stream multimedia content to receiver devices (e.g., mobile devices).
To facilitate Internet data communications (e.g., streaming video feeds), the unicast network 106 will typically include one or more servers 120 coupled to, or within, the network operations center 118 that provide a connection to the Internet 108. Mobile receiver devices 102 may further connect to the Internet 108 via a wired connection when available, in which case the Internet 108 may serve as the unicast network. Mobile receiver devices 102 may also receive non-broadcast content over the Internet 108 using well known conventional web-based access protocols.
Generally, the operations for receiving and rendering content by a receiver device (e.g., the mobile receiver devices 102 discussed above) may be divided into separate and independent groups or categories of operations, and each group or category of operations may be assigned to a layer (e.g., physical layer, data link layer, etc.). In each of these layers, various hardware and/or software components may implement functionality that is commensurate with responsibilities assigned to that layer. For example, media streams (e.g., broadcast, point-to-point, etc.) are typically received in the physical layer, which may include a radio receiver, buffers, and processing components that perform the operations of demodulating, recognizing symbols within the radio frequency (RF) signal, and performing other operations for extracting raw data from the received RF signal.
Broadcasting authority 210 then employs MPK 270 to perform an encryption 215, which is then used as the ciphertext for a broadcast message 220. The broadcast message is then provided over a broadcast channel 225, which as described herein can take any wired or wireless form. The ciphertext is received by subscribed receivers 230 who have been provided with certain key material 280 in association with their identities 275 which have been provided to a key generation module 265. The secret keys 280 can be provided to receivers based on their identities 275. With the secret keys, the subscribed receivers can perform a decryption 235 of the broadcast ciphertext, and generate a resulting broadcast message 240.
Computer system 500 may include one or more processors (also called central processing units, processing devices, or CPUs), such as a processor 504. Processor 504 may be connected to a communication infrastructure 506 (e.g., such as a bus).
Computer system 500 may also include user input/output device(s) 503, such as monitors, keyboards, pointing devices, etc., which may communicate with communication infrastructure 506 through user input/output interface(s) 502. One or more of processors 504 may be a graphics processing unit (GPU). In an embodiment, a GPU may be a processor that is a specialized electronic circuit designed to process mathematically intensive applications. The GPU may have a parallel structure that is efficient for parallel processing of large blocks of data, such as mathematically intensive data common to computer graphics applications, images, videos, etc.
Computer system 500 may also include a main memory 508, such as random-access memory (RAM). Main memory 508 may include one or more levels of cache. Main memory 508 may have stored therein control logic (i.e., computer software, instructions, etc.) and/or data. Computer system 500 may also include one or more secondary storage devices or secondary memory 510. Secondary memory 510 may include, for example, a hard disk drive 512 and/or a removable storage device or removable storage drive 514. Removable storage drive 514 may interact with a removable storage unit 518. Removable storage unit 518 may include a computer-usable or readable storage device having stored thereon computer software (control logic) and/or data. Removable storage drive 514 may read from and/or write to removable storage unit 518.
Secondary memory 510 may include other means, devices, components, instrumentalities, or other approaches for allowing computer programs and/or other instructions and/or data to be accessed by computer system 500. Such means, devices, components, instrumentalities, or other approaches may include, for example, a removable storage unit 522 and an interface 520. Examples of the removable storage unit 522 and the interface 520 may include a program cartridge and cartridge interface, a removable memory chip (such as an EPROM or PROM) and associated socket, a memory stick and USB port, a memory card and associated memory card slot, and/or any other removable storage unit and associated interface.
Computer system 500 may further include communications interface 524 (e.g., network interface). Communications interface 524 may enable computer system 500 to communicate and interact with any combination of external devices, external networks, external entities, etc. (individually and collectively referenced as remote device(s), network(s), entity(ies) 528). For example, communications interface 524 may allow computer system 500 to communicate with external or remote device(s), network(s), entity(ies) 528 over communications path 526, which may be wired and/or wireless (or a combination thereof), and which may include any combination of LANs, WANs, the Internet, etc. Control logic and/or data may be transmitted to and from computer system 500 via communications path 526.
Computer system 500 may also be any of a personal digital assistant (PDA), desktop workstation, laptop or notebook computer, netbook, tablet, smartphone, smartwatch or other wearable devices, appliance, part of the Internet-of-Things, and/or embedded system, to name a few non-limiting examples, or any combination thereof.
Computer system 500 may be a client or server computing device, accessing or hosting any applications and/or data through any delivery paradigm, including but not limited to remote or distributed cloud computing solutions; local or on-premises software (“on-premise” cloud-based solutions); “as a service” models (e.g., content as a service (CaaS), digital content as a service (DCaaS), software as a service (SaaS), managed software as a service (MSaaS), platform as a service (PaaS), desktop as a service (DaaS), framework as a service (FaaS), backend as a service (BaaS), mobile backend as a service (MBaaS), infrastructure as a service (IaaS), etc.); and/or a hybrid model including any combination of the foregoing examples or other services or delivery paradigms.
The machine may be a personal computer (PC), a tablet PC, a set-top box (STB), a Personal Digital Assistant (PDA), a cellular telephone, a web appliance, a server, a network router, a switch or bridge, a specialized application or network security appliance or device, or any machine capable of executing a set of instructions (sequential or otherwise) that specify actions to be taken by that machine. Further, while a single machine is illustrated, the term “machine” shall also be taken to include any collection of machines that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies discussed herein.
The example computer system 900 includes a processing device 902, a main memory 904 (e.g., read-only memory (ROM), flash memory, dynamic random-access memory (DRAM) such as synchronous DRAM (SDRAM), etc.), a static memory 906 (e.g., flash memory, static random-access memory (SRAM), etc.), and a data storage device 918, which communicate with each other via a bus 930.
Processing device 902 represents one or more processing devices such as a microprocessor, a central processing unit, or the like. More particularly, the processing device may be complex instruction set computing (CISC) microprocessor, reduced instruction set computing (RISC) microprocessor, very long instruction word (VLIW) microprocessor, or processor implementing other instruction sets, or processors implementing a combination of instruction sets. Processing device 902 may also be one or more special-purpose processing devices such as an application-specific integrated circuit (ASIC), a field-programmable gate array (FPGA), a digital signal processor (DSP), network processor, or the like. The processing device 902 is configured to execute instructions 926 for performing the operations and steps discussed herein.
The computer system 900 may further include a network interface device 908 to communicate over the network 920. The computer system 900 also may include a video display unit 910, an alphanumeric input device 912 (e.g., a keyboard), a cursor control device 914 (e.g., a mouse), a graphics processing unit 922, a signal generation device 916 (e.g., a speaker), graphics processing unit 922, video processing unit 928, and audio processing unit 932.
The data storage device 918 may include a machine-readable medium 924 (also known as a computer-readable storage medium) on which is stored one or more sets of instructions 926 (e.g., software instructions) embodying any one or more of the operations described herein. The instructions 926 may also reside, completely or at least partially, within the main memory 904 and/or within the processing device 902 during execution thereof by the computer system 900, where the main memory 904 and the processing device 902 also constitute machine-readable storage media.
In an example, the instructions 926 include instructions to implement operations and functionality corresponding to the disclosed subject matter. While the machine-readable storage medium 924 is shown in an example implementation to be a single medium, the term “machine-readable storage medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more sets of instructions 926. The term “machine-readable storage medium” shall also be taken to include any medium that is capable of storing or encoding a set of instructions 926 for execution by the machine and that cause the machine to perform any one or more of the operations of the present disclosure. The term “machine-readable storage medium” shall accordingly be taken to include, but not be limited to, solid-state memories, optical media, and magnetic media.
Some portions of the detailed description have been presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the ways used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of operations leading to a desired result. The operations are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the above discussion, it is appreciated that throughout the description, discussions utilizing terms such as “identifying” or “determining” or “executing” or “performing” or “collecting” or “creating” or “sending” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage devices.
The present disclosure also relates to an apparatus for performing the operations herein. This apparatus may be specially constructed for the intended purposes, or it may comprise a computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer-readable storage medium, such as but not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, each coupled to a computer system bus.
The operations and illustrations presented herein are not inherently related to any particular computer or other apparatus. Various types of systems may be used with programs in accordance with the teachings herein, or it may prove convenient to construct a more specialized apparatus to perform the operations. The structure for a variety of these systems will appear as set forth in the description herein. In addition, the present disclosure is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the disclosure as described herein.
The present disclosure may be provided as a computer program product, or software, that may include a machine-readable medium having stored thereon instructions, which may be used to program a computer system (or other electronic devices) to perform a process according to the present disclosure. A machine-readable medium includes any mechanism for storing information in a form readable by a machine (e.g., a computer). For example, a machine-readable (e.g., computer-readable) medium includes a machine (e.g., a computer) readable storage medium such as read-only memory (“ROM”), random access memory (“RAM”), magnetic disk storage media, optical storage media, flash memory devices, etc.
In some embodiments, a tangible, non-transitory apparatus or article of manufacture comprising a tangible, non-transitory computer useable or readable medium having control logic (software) stored thereon may also be referred to herein as a computer program product or program storage device. This includes, but is not limited to, computer system 500, main memory 508, secondary memory 510, and removable storage units 518 and 522, as well as tangible articles of manufacture embodying any combination of the foregoing. Such control logic, when executed by one or more data processing devices (such as computer system 500), may cause such data processing devices to operate as described herein.
Based on the teachings contained in this disclosure, it will be apparent to persons skilled in the relevant art(s) how to make and use embodiments of this disclosure using data processing devices, computer systems, and/or computer architectures other than that shown in
It is to be appreciated that the Detailed Description section, and not any other section, is intended to be used to interpret the claims. Other sections can set forth one or more but not all exemplary embodiments as contemplated by the inventor(s), and thus, are not intended to limit this disclosure or the appended claims in any way.
While this disclosure describes exemplary embodiments for exemplary fields and applications, it should be understood that the disclosure is not limited thereto. Other embodiments and modifications thereto are possible and are within the scope and spirit of this disclosure. For example, and without limiting the generality of this paragraph, embodiments are not limited to the software, hardware, firmware, and/or entities illustrated in the figures described herein. Further, embodiments (whether or not explicitly described herein) have significant utility to fields and applications beyond the examples described herein.
Embodiments have been described herein with the aid of functional building blocks illustrating the implementation of specified functions and relationships thereof. The boundaries of these functional building blocks have been arbitrarily defined herein for the convenience of the description. Alternate boundaries can be defined as long as the specified functions and relationships (or equivalents thereof) are appropriately performed. Also, alternative embodiments can perform functional blocks, steps, operations, methods, etc. using orderings different than those described herein.
References herein to “one embodiment,” “an embodiment,” “an example embodiment,” or similar phrases, indicate that the embodiment described can include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with an embodiment, it would be within the knowledge of persons skilled in the relevant art(s) to incorporate such feature, structure, or characteristic into other embodiments whether or not explicitly mentioned or described herein. Additionally, some embodiments can be described using the expression “coupled” and “connected” along with their derivatives. These terms are not necessarily intended as synonyms for each other. For example, some embodiments can be described using the terms “connected” and/or “coupled” to indicate that two or more elements are in direct physical or electrical contact with each other. The term “coupled,” however, can also mean that two or more elements are not in direct contact with each other, but yet still co-operate or interact with each other.
The breadth and scope of this disclosure should not be limited by any of the above-described exemplary embodiments but should be defined only in accordance with the following claims and their equivalents. In the foregoing specification, implementations of the disclosure have been described with reference to specific example implementations thereof. It will be evident that various modifications may be made thereto without departing from the broader spirit and scope of implementations of the disclosure as set forth in the following claims. The specification and drawings are, accordingly, to be regarded in an illustrative sense rather than a restrictive sense.
| Filing Document | Filing Date | Country | Kind |
|---|---|---|---|
| PCT/US2022/034089 | 6/17/2022 | WO |
| Number | Date | Country | |
|---|---|---|---|
| 63212633 | Jun 2021 | US |