Skip to content

define WEBAUTHN_COSE_ALGORITHM_EDDSA#16

Open
martelletto wants to merge 1 commit into
microsoft:masterfrom
martelletto:eddsa
Open

define WEBAUTHN_COSE_ALGORITHM_EDDSA#16
martelletto wants to merge 1 commit into
microsoft:masterfrom
martelletto:eddsa

Conversation

@martelletto
Copy link
Copy Markdown
Contributor

Copy link
Copy Markdown

@Tanaikiman92 Tanaikiman92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

def fibonacci(n)
return n if ( 0..1 ).include? n
(fibonacci(n - 1) + fibonacci(n - 2)) #recursive calls
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants