Home
last modified time | relevance | path

Searched defs:ExtendedPoint (Results 1 – 14 of 14) sorted by relevance

/dports/net-im/libsignal-client/curve25519-dalek-2694ad3b789635f90f941648ae952f58d59ffc73/src/backend/vector/ifma/
H A Dedwards.rs26 pub struct ExtendedPoint(pub(super) F51x4Unreduced); struct
31 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
32 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
62 impl Default for ExtendedPoint { implementation
68 impl Identity for ExtendedPoint { implementation
74 impl ExtendedPoint { implementation
75 pub fn double(&self) -> ExtendedPoint { in double()
116 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
125 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
129 fn add(self, other: &'b CachedPoint) -> ExtendedPoint { in add()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/curve25519-dalek-3.2.0/src/backend/vector/ifma/
H A Dedwards.rs26 pub struct ExtendedPoint(pub(super) F51x4Unreduced); struct
31 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
32 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
62 impl Default for ExtendedPoint { implementation
68 impl Identity for ExtendedPoint { implementation
74 impl ExtendedPoint { impl
75 pub fn double(&self) -> ExtendedPoint { in double()
116 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
125 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
129 fn add(self, other: &'b CachedPoint) -> ExtendedPoint { in add()
[all …]
/dports/net-im/zkgroup/curve25519-dalek-477356e017c7cc2aa168f956786b34690870768f/src/backend/vector/ifma/
H A Dedwards.rs26 pub struct ExtendedPoint(pub(super) F51x4Unreduced); struct
31 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
32 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
62 impl Default for ExtendedPoint { implementation
68 impl Identity for ExtendedPoint { implementation
74 impl ExtendedPoint { implementation
75 pub fn double(&self) -> ExtendedPoint { in double()
116 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
125 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
129 fn add(self, other: &'b CachedPoint) -> ExtendedPoint { in add()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/curve25519-dalek-3.2.0/src/backend/vector/ifma/
H A Dedwards.rs26 pub struct ExtendedPoint(pub(super) F51x4Unreduced); struct
31 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
32 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
62 impl Default for ExtendedPoint { implementation
68 impl Identity for ExtendedPoint { implementation
74 impl ExtendedPoint { implementation
75 pub fn double(&self) -> ExtendedPoint { in double()
116 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
125 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
129 fn add(self, other: &'b CachedPoint) -> ExtendedPoint { in add()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/curve25519-dalek-3.0.0/src/backend/vector/ifma/
H A Dedwards.rs26 pub struct ExtendedPoint(pub(super) F51x4Unreduced); struct
31 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
32 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
62 impl Default for ExtendedPoint { implementation
68 impl Identity for ExtendedPoint { implementation
74 impl ExtendedPoint { impl
75 pub fn double(&self) -> ExtendedPoint { in double()
116 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
125 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
129 fn add(self, other: &'b CachedPoint) -> ExtendedPoint { in add()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/curve25519-dalek-3.2.0/src/backend/vector/ifma/
H A Dedwards.rs26 pub struct ExtendedPoint(pub(super) F51x4Unreduced); struct
31 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
32 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
62 impl Default for ExtendedPoint { implementation
68 impl Identity for ExtendedPoint { implementation
74 impl ExtendedPoint { impl
75 pub fn double(&self) -> ExtendedPoint { in double()
116 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
125 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
129 fn add(self, other: &'b CachedPoint) -> ExtendedPoint { in add()
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/curve25519-dalek-ng-4.0.1/src/backend/vector/ifma/
H A Dedwards.rs26 pub struct ExtendedPoint(pub(super) F51x4Unreduced); struct
31 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
32 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
62 impl Default for ExtendedPoint { implementation
68 impl Identity for ExtendedPoint { implementation
74 impl ExtendedPoint { impl
75 pub fn double(&self) -> ExtendedPoint { in double()
116 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
125 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
129 fn add(self, other: &'b CachedPoint) -> ExtendedPoint { in add()
[all …]
/dports/net-im/libsignal-client/curve25519-dalek-2694ad3b789635f90f941648ae952f58d59ffc73/src/backend/vector/avx2/
H A Dedwards.rs59 pub struct ExtendedPoint(pub(super) FieldElement2625x4); struct
61 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
62 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
79 impl ConditionallySelectable for ExtendedPoint { implementation
89 impl Default for ExtendedPoint { implementation
95 impl Identity for ExtendedPoint { implementation
101 impl ExtendedPoint { impl
103 pub fn double(&self) -> ExtendedPoint { in double()
164 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
240 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/curve25519-dalek-3.2.0/src/backend/vector/avx2/
H A Dedwards.rs60 pub struct ExtendedPoint(pub(super) FieldElement2625x4); struct
62 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
63 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
80 impl ConditionallySelectable for ExtendedPoint { implementation
90 impl Default for ExtendedPoint { implementation
96 impl Identity for ExtendedPoint { implementation
102 impl ExtendedPoint { impl
104 pub fn double(&self) -> ExtendedPoint { in double()
165 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
241 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
[all …]
/dports/net-im/zkgroup/curve25519-dalek-477356e017c7cc2aa168f956786b34690870768f/src/backend/vector/avx2/
H A Dedwards.rs59 pub struct ExtendedPoint(pub(super) FieldElement2625x4); struct
61 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
62 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
79 impl ConditionallySelectable for ExtendedPoint { implementation
89 impl Default for ExtendedPoint { implementation
95 impl Identity for ExtendedPoint { implementation
101 impl ExtendedPoint { impl
103 pub fn double(&self) -> ExtendedPoint { in double()
164 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
240 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/curve25519-dalek-3.0.0/src/backend/vector/avx2/
H A Dedwards.rs59 pub struct ExtendedPoint(pub(super) FieldElement2625x4); struct
61 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
62 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
79 impl ConditionallySelectable for ExtendedPoint { implementation
89 impl Default for ExtendedPoint { implementation
95 impl Identity for ExtendedPoint { implementation
101 impl ExtendedPoint { impl
103 pub fn double(&self) -> ExtendedPoint { in double()
164 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
240 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/curve25519-dalek-3.2.0/src/backend/vector/avx2/
H A Dedwards.rs60 pub struct ExtendedPoint(pub(super) FieldElement2625x4); struct
62 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
63 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
80 impl ConditionallySelectable for ExtendedPoint { implementation
90 impl Default for ExtendedPoint { implementation
96 impl Identity for ExtendedPoint { implementation
102 impl ExtendedPoint { impl
104 pub fn double(&self) -> ExtendedPoint { in double()
165 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
241 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/curve25519-dalek-3.2.0/src/backend/vector/avx2/
H A Dedwards.rs60 pub struct ExtendedPoint(pub(super) FieldElement2625x4); struct
62 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
63 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
80 impl ConditionallySelectable for ExtendedPoint { implementation
90 impl Default for ExtendedPoint { implementation
96 impl Identity for ExtendedPoint { implementation
102 impl ExtendedPoint { impl
104 pub fn double(&self) -> ExtendedPoint { in double()
165 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
241 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/curve25519-dalek-ng-4.0.1/src/backend/vector/avx2/
H A Dedwards.rs59 pub struct ExtendedPoint(pub(super) FieldElement2625x4); struct
61 impl From<edwards::EdwardsPoint> for ExtendedPoint { implementation
62 fn from(P: edwards::EdwardsPoint) -> ExtendedPoint { in from()
79 impl ConditionallySelectable for ExtendedPoint { implementation
89 impl Default for ExtendedPoint { implementation
95 impl Identity for ExtendedPoint { implementation
101 impl ExtendedPoint { impl
103 pub fn double(&self) -> ExtendedPoint { in double()
164 pub fn mul_by_pow_2(&self, k: u32) -> ExtendedPoint { in mul_by_pow_2()
240 impl<'a, 'b> Add<&'b CachedPoint> for &'a ExtendedPoint { implementation
[all …]