Method: JOSE::JWA::Curve448#x448_keypair
- Defined in:
- lib/jose/jwa/curve448.rb
#x448_keypair(secret = nil) ⇒ Object
69 70 71 |
# File 'lib/jose/jwa/curve448.rb', line 69 def x448_keypair(secret = nil) return (@__implementation__ || __implementation__).x448_keypair(secret) end |